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