Ceph: Fix pod antiaffinity for mons

This PS fixes the pod anti-affinity declaration for mons.

Change-Id: I81179453c5efaee66dc8a43075d8c542e3ddadef
This commit is contained in:
Pete Birley 2017-07-01 11:29:49 -05:00
parent 7ac9adb7ad
commit 2a4a3fbdca

View File

@ -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: