Fix: ensure ingress pods only run on correct nodes

This commit is contained in:
Stefan Reimer 2025-02-09 23:51:03 +00:00
parent 5da14fad43
commit 66ff033887
2 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@ gateway:
{{- end }}
{{- end }}
{{- if eq .Values.global.platform "aws" }}
# Only nodes who are fronted with matching LB
affinity:
nodeAffinity:
@ -24,7 +23,6 @@ gateway:
- matchExpressions:
- key: node.kubernetes.io/ingress.public
operator: Exists
{{- end }}
topologySpreadConstraints:
- maxSkew: 1

View File

@ -15,7 +15,6 @@ gateway:
{{- end }}
{{- end }}
{{- if eq .Values.global.platform "aws" }}
# Only nodes who are fronted with matching LB
affinity:
nodeAffinity:
@ -24,7 +23,6 @@ gateway:
- matchExpressions:
- key: node.kubernetes.io/ingress.private
operator: Exists
{{- end }}
topologySpreadConstraints:
- maxSkew: 1