fix: Nginx | set topology spread on ingress controller

This commit is contained in:
2025-11-15 16:24:57 +05:00
parent 65fb2c8f64
commit 40c81382f7

View File

@@ -2,6 +2,15 @@ controller:
replicaCount: 3
nodeSelector:
nodepool: worker
labels:
app: nginx-internal
topologySpreadConstraints:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app: nginx-internal
ingressClassResource:
name: nginx-internal
enabled: true