Merge "Ceph: Fix pod antiaffinity for mons"
This commit is contained in:
commit
6d77f74a45
@ -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