2cfabc43bf
This is the initial pod disruption budget that will serve as the template for all services in OpenStack-Helm. Partially-Implements: blueprint add-pod-disruption-budgets Change-Id: I67eeaa66257e793f77a089f3bc0dd4b700638c63
9 lines
212 B
YAML
9 lines
212 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: keystone-api
|
|
spec:
|
|
minAvailable: {{ .Values.pod_disruption_budget.api.min_available }}
|
|
selector:
|
|
matchLabels:
|
|
app: keystone-api |