Skip to content

Commit

Permalink
Chart: Suggest matchLabelKeys in Topology Spread Constraints. (#12204)
Browse files Browse the repository at this point in the history
Co-authored-by: m00lecule <33501567+m00lecule@users.noreply.github.com>
  • Loading branch information
Gacko and m00lecule authored Oct 16, 2024
1 parent dfce183 commit ac04841
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ controller:
# app.kubernetes.io/name: '{{ include "ingress-nginx.name" . }}'
# app.kubernetes.io/instance: '{{ .Release.Name }}'
# app.kubernetes.io/component: controller
# matchLabelKeys:
# - pod-template-hash
# topologyKey: topology.kubernetes.io/zone
# maxSkew: 1
# whenUnsatisfiable: ScheduleAnyway
Expand All @@ -293,6 +295,8 @@ controller:
# app.kubernetes.io/name: '{{ include "ingress-nginx.name" . }}'
# app.kubernetes.io/instance: '{{ .Release.Name }}'
# app.kubernetes.io/component: controller
# matchLabelKeys:
# - pod-template-hash
# topologyKey: kubernetes.io/hostname
# maxSkew: 1
# whenUnsatisfiable: ScheduleAnyway
Expand Down

0 comments on commit ac04841

Please sign in to comment.