Skip to content

Commit ab88777

Browse files
fix: set nginx replicas to 3 to match node count
1 parent 7052722 commit ab88777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/infra/ingress-nginx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ metadata:
199199
app.kubernetes.io/name: ingress-nginx
200200
app.kubernetes.io/part-of: ingress-nginx
201201
spec:
202-
replicas: 1
202+
replicas: 3
203203
selector:
204204
matchLabels:
205205
app.kubernetes.io/name: ingress-nginx

0 commit comments

Comments
 (0)