Merge "Adding pod disruption budget for mistral"

This commit is contained in:
Jenkins 2017-05-19 20:46:11 +00:00 committed by Gerrit Code Review
commit 6ea0ef2053
2 changed files with 13 additions and 0 deletions

View File

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

View File

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