Skip to content

Commit ab2d249

Browse files
committed
fix: missing value sin the podmonitor
1 parent ba8f5c0 commit ab2d249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/ext-postgres-operator/templates/pod-monitor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ spec:
1818
matchNames:
1919
- {{ .Release.Namespace }}
2020
podMetricsEndpoints:
21-
- interval: 30s
22-
scrapeTimeout: 10s
21+
- interval: {{ .Values.podMonitor.interval | default "30s" }}
22+
scrapeTimeout: {{ .Values.podMonitor.scrapeTimeout | default "10s" }}
2323
path: /metrics
2424
port: metrics
2525
{{- if .Values.podMonitor.relabelings }}

0 commit comments

Comments
 (0)