Skip to content

Commit cc6c8bf

Browse files
committed
🧪 test
modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent 6f95881 commit cc6c8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
containers:
2323
- args:
2424
- --health-probe-bind-address=:8081
25-
- --metrics-bind-address=127.0.0.1:8080
25+
- --metrics-bind-address=:8080
2626
- --leader-elect
2727
- --annotation-filter={{.Values.enabledAnnotation}}
2828
- --sample-size={{.Values.sampleSize}}

0 commit comments

Comments
 (0)