Commit 10ba1e2a authored by David McKay's avatar David McKay

feat: add poddisruptionbudget for meta cluster

parent 2aba59aa
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: {{ template "influxdb-enterprise.fullname" . }}-meta-pdb
namespace: {{ .Release.Namespace }}
labels:
{{- include "influxdb-enterprise.labels" . | nindent 4 }}
spec:
selector:
matchLabels:
release: {{ .Release.Name }}
influxdb.influxdata.com/component: meta
{{ toYaml .Values.meta.podDisruptionBudget | indent 2 }}
...@@ -66,6 +66,10 @@ meta: ...@@ -66,6 +66,10 @@ meta:
# annotations: # annotations:
accessMode: ReadWriteOnce accessMode: ReadWriteOnce
size: 8Gi size: 8Gi
# Pick one
podDisruptionBudget:
# maxUnavailable: 2
minAvailable: 2
data: data:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment