Ceph: Fix pod antiaffinity for mons
This PS fixes the pod anti-affinity declaration for mons. Change-Id: I81179453c5efaee66dc8a43075d8c542e3ddadef
This commit is contained in:
parent
7ac9adb7ad
commit
2a4a3fbdca
@ -44,7 +44,12 @@ spec:
|
||||
matchExpressions:
|
||||
- key: app
|
||||
operator: In
|
||||
values: ["mon"]
|
||||
values:
|
||||
- ceph
|
||||
- key: daemon
|
||||
operator: In
|
||||
values:
|
||||
- mon
|
||||
topologyKey: kubernetes.io/hostname
|
||||
weight: 10
|
||||
nodeSelector:
|
||||
|
Loading…
Reference in New Issue
Block a user