oc-k8s/opencloud/charts/nats/templates/pod-monitor.yaml

9 lines
259 B
YAML
Raw Normal View History

2024-11-29 10:30:47 +01:00
{{- 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 }}