Merge "Add pod disruption budget for ceph"
This commit is contained in:
commit
0a6e378387
10
ceph/templates/pdb-mon.yaml
Normal file
10
ceph/templates/pdb-mon.yaml
Normal 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
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user