Skip to content

Commit 34473ed

Browse files
committed
Fix: disable ServiceMonitor as default value
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent eef6924 commit 34473ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/gateway-helm/values.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ certgen:
5454

5555
serviceMonitor:
5656
# -- Enable this if you're using https://github.com/coreos/prometheus-operator
57-
enabled: true
57+
enabled: false
5858
# -- Fallback to the prometheus default unless specified
5959
interval: 30s
6060
# -- Add custom labels to the ServiceMonitor resource

0 commit comments

Comments
 (0)