Fixed topologySpreadConstraints
This commit is contained in:
parent
11cdc405f7
commit
b2a9236083
|
@ -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
|
||||
|
|
|
@ -14,7 +14,7 @@ spec:
|
|||
whenUnsatisfiable: DoNotSchedule
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
type: dummy
|
||||
app: whoami
|
||||
selector:
|
||||
matchLabels:
|
||||
app: whoami
|
||||
|
|
Loading…
Reference in New Issue
Block a user