Files
devops-infra-helm-charts-gcp/helm-templates/telegraf-operator/templates/pdb.yml
T
2026-08-26 03:39:42 +05:30

17 lines
444 B
YAML

{{- if .Capabilities.APIVersions.Has "policy/v1" }}
apiVersion: policy/v1
{{- else }}
apiVersion: policy/v1beta1
{{- end }}
kind: PodDisruptionBudget
metadata:
name: {{ include "telegraf-operator.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "telegraf-operator.labels" . | nindent 4 }}
spec:
minAvailable: 1
selector:
matchLabels:
{{- include "telegraf-operator.selectorLabels" . | nindent 6 }}