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

View File

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