Skip to content

Commit 90f2e55

Browse files
committed
We have gone down to 3 nodes so drop replicas
1 parent aec0b41 commit 90f2e55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
labels:
77
app: web
88
spec:
9-
replicas: 4
9+
replicas: 3
1010
selector:
1111
matchLabels:
1212
app: web

platform/ingress-nginx/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ patchesStrategicMerge:
2323
name: ingress-nginx-controller
2424
namespace: ingress-nginx
2525
spec:
26-
replicas: 4
26+
replicas: 3
2727
template:
2828
spec:
2929
affinity:

0 commit comments

Comments
 (0)