Merge "Adding pod disruption budget for senlin"

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

View File

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

View File

@ -44,6 +44,10 @@ upgrades:
max_unavailable: 1
max_surge: 3
pod_disruption_budget:
api:
min_available: 0
keystone_secrets:
admin: "senlin-env-keystone-admin"
user: "senlin-env-keystone-user"