File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
charts/ext-postgres-operator Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -115,17 +115,17 @@ env: {}
115115 # POSTGRES_CLOUD_PROVIDER: "AWS"
116116
117117# ServiceMonitor is a custom resource defined by the Prometheus Operator
118- serviceMonitor :
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+ serviceMonitor : {}
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. {}
129129
130130nodeSelector : {}
131131
You can’t perform that action at this time.
0 commit comments