Fix: ensure ingress pods only run on correct nodes
This commit is contained in:
parent
5da14fad43
commit
66ff033887
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user