File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
charts/ext-postgres-operator Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,18 @@ env: {}
115
115
# POSTGRES_CLOUD_PROVIDER: "AWS"
116
116
117
117
# podMonitor is a custom resource used by the Prometheus-Operator and others
118
- podMonitor : {}
119
- # interval: 30s
120
- # scrapeTimeout: 10s
121
- # relabeling: []
122
- # # - targetLabel: app
123
- # # replacement: '{{ include "chart.name" . }}'
124
- # additonalLabels: {}
125
- # # e.g. release label of the prometheus operator
126
- # # release: prometheus-operator
127
- # additionalAnnotations: {}
128
- # # e.g. {}
118
+ podMonitor :
119
+ enabled : false
120
+ interval : 30s
121
+ scrapeTimeout : 10s
122
+ relabeling : []
123
+ # - targetLabel: app
124
+ # replacement: '{{ include "chart.name" . }}'
125
+ additonalLabels : {}
126
+ # e.g. release label of the prometheus operator
127
+ # release: prometheus-operator
128
+ additionalAnnotations : {}
129
+ # e.g. {}
129
130
130
131
nodeSelector : {}
131
132
You can’t perform that action at this time.
0 commit comments