Merge "Add pod disruption budget for neutron"

This commit is contained in:
Jenkins 2017-05-31 21:29:50 +00:00 committed by Gerrit Code Review
commit 89b4ae24e1
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,9 @@
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: neutron-server
spec:
minAvailable: {{ .Values.pod_disruption_budget.server.min_available }}
selector:
matchLabels:
app: neutron-server

View File

@ -43,6 +43,10 @@ upgrades:
max_unavailable: 1
max_surge: 3
pod_disruption_budget:
server:
min_available: 0
labels:
# ovs is a special case, requiring a special
# label that can apply to both control hosts