19ec762cb9
This PS adds a pod disruption budget to the horizon pod to ensure one replica of the pod is running. Change-Id: If366517cff3c790655aba3337ffd5a7ac10e96a5
9 lines
206 B
YAML
9 lines
206 B
YAML
apiVersion: policy/v1beta1
|
|
kind: PodDisruptionBudget
|
|
metadata:
|
|
name: horizon
|
|
spec:
|
|
minAvailable: {{ .Values.pod_disruption_budget.horizon.min_available }}
|
|
selector:
|
|
matchLabels:
|
|
app: horizon |