Merge "Add pod disruption budget for ceph"

This commit is contained in:
Jenkins 2017-05-31 21:28:57 +00:00 committed by Gerrit Code Review
commit 0a6e378387
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,10 @@
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: ceph-mon
spec:
minAvailable: {{ .Values.pod_disruption_budget.mon.min_available }}
selector:
matchLabels:
app: ceph
daemon: mon

View File

@ -29,6 +29,10 @@ labels:
node_selector_key: ceph-storage
node_selector_value: enabled
pod_disruption_budget:
mon:
min_available: 0
network:
public: "10.25.0.0/16"
port: