mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Merge "Adding pod disruption budget for senlin"
This commit is contained in:
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_surge: 3
|
||||
|
||||
pod_disruption_budget:
|
||||
api:
|
||||
min_available: 0
|
||||
|
||||
keystone_secrets:
|
||||
admin: "senlin-env-keystone-admin"
|
||||
user: "senlin-env-keystone-user"
|
||||
|
||||
Reference in New Issue
Block a user