Merge "Adding pod disruption budget for barbican"

This commit is contained in:
Jenkins 2017-05-20 13:42:01 +00:00 committed by Gerrit Code Review
commit d5888843e1
2 changed files with 13 additions and 0 deletions

View File

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

View File

@ -33,6 +33,10 @@ upgrades:
max_unavailable: 1
max_surge: 3
pod_disruption_budget:
api:
min_available: 1
network:
api:
name: "barbican-api"