Merge "Adding pod disruption budget for senlin"
This commit is contained in:
commit
2400001bbc
9
senlin/templates/pdb-api.yaml
Normal file
9
senlin/templates/pdb-api.yaml
Normal 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
|
@ -44,6 +44,10 @@ upgrades:
|
|||||||
max_unavailable: 1
|
max_unavailable: 1
|
||||||
max_surge: 3
|
max_surge: 3
|
||||||
|
|
||||||
|
pod_disruption_budget:
|
||||||
|
api:
|
||||||
|
min_available: 0
|
||||||
|
|
||||||
keystone_secrets:
|
keystone_secrets:
|
||||||
admin: "senlin-env-keystone-admin"
|
admin: "senlin-env-keystone-admin"
|
||||||
user: "senlin-env-keystone-user"
|
user: "senlin-env-keystone-user"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user