Merge "Adding pod disruption budgets to horizon"
This commit is contained in:
commit
38017f4470
9
horizon/templates/pdb.yaml
Normal file
9
horizon/templates/pdb.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
apiVersion: policy/v1beta1
|
||||
kind: PodDisruptionBudget
|
||||
metadata:
|
||||
name: horizon
|
||||
spec:
|
||||
minAvailable: {{ .Values.pod_disruption_budget.horizon.min_available }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: horizon
|
@ -31,6 +31,10 @@ upgrades:
|
||||
max_unavailable: 1
|
||||
max_surge: 3
|
||||
|
||||
pod_disruption_budget:
|
||||
horizon:
|
||||
min_available: 1
|
||||
|
||||
labels:
|
||||
node_selector_key: openstack-control-plane
|
||||
node_selector_value: enabled
|
||||
|
Loading…
Reference in New Issue
Block a user