mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-27 18:24:45 +00:00
Merge "Ceph: Fix pod antiaffinity for mons"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user