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 2c8b95e commit 2affd6aCopy full SHA for 2affd6a
charts/ext-postgres-operator/templates/pod-monitor.yaml
@@ -19,6 +19,7 @@ spec:
19
- {{ .Release.Namespace }}
20
podMetricsEndpoints:
21
- interval: 30s
22
+ scrapeTimeout: 10s
23
path: /metrics
24
port: metrics
25
{{- if .Values.podMonitor.relabelings }}
charts/ext-postgres-operator/values.yaml
@@ -114,8 +114,8 @@ env: {}
114
# POSTGRES_INSTANCE: "XXXXXXXXXX"
115
# POSTGRES_CLOUD_PROVIDER: "AWS"
116
117
-# ServiceMonitor is a custom resource defined by the Prometheus Operator
118
-serviceMonitor: {}
+# podMonitor is a custom resource used by the Prometheus-Operator and others
+podMonitor: {}
119
# interval: 30s
120
# scrapeTimeout: 10s
121
# relabeling: []
0 commit comments