Skip to content

Commit f394f6f

Browse files
fix: update manager metrics ip (#352)
1 parent 7b02094 commit f394f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/templates/statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
- --cert-dir=/webhook-certs
2727
- --dns-name={{ .Values.webhookServiceName }}.{{ .Values.namespace }}.svc
2828
- --health-probe-bind-address=:8081
29-
- --metrics-bind-address=127.0.0.1:8080
29+
- --metrics-bind-address=0.0.0.0:8080
3030
- -v=4
3131
command:
3232
- /manager

0 commit comments

Comments
 (0)