Files
devops-infra-helm-charts-gcp/helm-templates/mimir-distributed/templates/graphite-proxy/graphite-write-proxy/graphite-write-proxy-pdb.yaml
T
2026-08-26 03:39:42 +05:30

3 lines
175 B
YAML

{{- if and .Values.enterprise.enabled .Values.graphite.enabled -}}
{{- include "mimir.lib.podDisruptionBudget" (dict "ctx" $ "component" "graphite-write-proxy") }}
{{- end -}}