oc-k8s/opencloud/charts/nats/templates/pod-monitor.yaml
2024-11-29 10:30:47 +01:00

9 lines
259 B
YAML

{{- include "nats.defaultValues" . }}
{{- with .Values.promExporter }}
{{- if and .enabled .podMonitor.enabled }}
{{- with .podMonitor }}
{{- include "nats.loadMergePatch" (merge (dict "file" "pod-monitor.yaml" "ctx" $) .) }}
{{- end }}
{{- end }}
{{- end }}