We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8f5c0 commit ab2d249Copy full SHA for ab2d249
charts/ext-postgres-operator/templates/pod-monitor.yaml
@@ -18,8 +18,8 @@ spec:
18
matchNames:
19
- {{ .Release.Namespace }}
20
podMetricsEndpoints:
21
- - interval: 30s
22
- scrapeTimeout: 10s
+ - interval: {{ .Values.podMonitor.interval | default "30s" }}
+ scrapeTimeout: {{ .Values.podMonitor.scrapeTimeout | default "10s" }}
23
path: /metrics
24
port: metrics
25
{{- if .Values.podMonitor.relabelings }}
0 commit comments