Skip to content

Commit

Permalink
k8s replicas 2로 변경 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkgang committed Nov 23, 2021
1 parent 1570ea5 commit df50606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: oauth-server
namespace: prod
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
app: oauth-server
Expand Down
2 changes: 1 addition & 1 deletion k8s/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: oauth-server
namespace: qa
spec:
replicas: 3
replicas: 2
selector:
matchLabels:
app: oauth-server
Expand Down

0 comments on commit df50606

Please sign in to comment.