Files
devops-infra-helm-charts-gcp/helm-templates/tempo-distributed/templates/enterprise-gateway/gateway-pdb.yaml
T
2026-08-26 03:39:42 +05:30

4 lines
145 B
YAML

{{- if .Values.enterprise.enabled -}}
{{- include "tempo.lib.podDisruptionBudget" (dict "ctx" $ "component" "enterprise-gateway") }}
{{- end -}}