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:
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
type: dummy
app: lldap
selector:
matchLabels:
app: lldap

View File

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