Fixed topologySpreadConstraints

This commit is contained in:
Dreaded_X 2025-02-17 01:50:38 +01:00
parent 11cdc405f7
commit b2a9236083
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@ spec:
topologySpreadConstraints: topologySpreadConstraints:
- maxSkew: 1 - maxSkew: 1
topologyKey: kubernetes.io/hostname topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway whenUnsatisfiable: DoNotSchedule
labelSelector: labelSelector:
matchLabels: matchLabels:
type: dummy app: lldap
selector: selector:
matchLabels: matchLabels:
app: lldap app: lldap

View File

@ -14,7 +14,7 @@ spec:
whenUnsatisfiable: DoNotSchedule whenUnsatisfiable: DoNotSchedule
labelSelector: labelSelector:
matchLabels: matchLabels:
type: dummy app: whoami
selector: selector:
matchLabels: matchLabels:
app: whoami app: whoami