Merge "Adding pod disruption budget for nova"

This commit is contained in:
Jenkins 2017-05-23 12:03:51 +00:00 committed by Gerrit Code Review
commit 88ac613f0b
3 changed files with 24 additions and 0 deletions

View File

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

View File

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

View File

@ -75,6 +75,12 @@ upgrades:
max_unavailable: 1
max_surge: 3
pod_disruption_budget:
metadata:
min_available: 1
osapi:
min_available: 1
bootstrap:
enabled: true
flavors: