Skip to content

Commit

Permalink
We have gone down to 3 nodes so drop replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Oct 11, 2024
1 parent aec0b41 commit 90f2e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
labels:
app: web
spec:
replicas: 4
replicas: 3
selector:
matchLabels:
app: web
Expand Down
2 changes: 1 addition & 1 deletion platform/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ patchesStrategicMerge:
name: ingress-nginx-controller
namespace: ingress-nginx
spec:
replicas: 4
replicas: 3
template:
spec:
affinity:
Expand Down

0 comments on commit 90f2e55

Please sign in to comment.