Merge "Adding pod disruption budgets to horizon"

This commit is contained in:
Jenkins 2017-05-23 12:04:14 +00:00 committed by Gerrit Code Review
commit 38017f4470
2 changed files with 13 additions and 0 deletions

View 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

View File

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