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: {}
115115 # POSTGRES_CLOUD_PROVIDER: "AWS"
116116
117117# 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. {}
129130
130131nodeSelector : {}
131132
You can’t perform that action at this time.
0 commit comments