Chart: Suggest matchLabelKeys
in Topology Spread Constraints. (#12204)
Co-authored-by: m00lecule <33501567+m00lecule@users.noreply.github.com>
This commit is contained in:
parent
dfce18319c
commit
ac048416cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue