3720765608
This PS adds a pod disruption budget for neutron server Change-Id: I512d97c5dba281af21cc767a3744e2f5c05c7019
9 lines
219 B
YAML
9 lines
219 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: neutron-server
|
|
spec:
|
|
minAvailable: {{ .Values.pod_disruption_budget.server.min_available }}
|
|
selector:
|
|
matchLabels:
|
|
app: neutron-server |