Skip to content

Commit 8e2d72c

Browse files
committed
⚡ improve
modified: charts/kube-reqsizer/templates/deployment.yaml
1 parent fd551d7 commit 8e2d72c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/kube-reqsizer/templates/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ spec:
1919
spec:
2020
containers:
2121
- args:
22-
- --health-probe-bind-address=:8081
23-
- --metrics-bind-address=127.0.0.1:8080
24-
- --leader-elect
22+
# - --health-probe-bind-address=:8081
23+
# - --metrics-bind-address=127.0.0.1:8080
24+
# - --leader-elect
2525
- --annotation-filter={{.Values.enabledAnnotation}}
2626
- --sample-size={{.Values.sampleSize}}
27-
- --zap-log-level=info
27+
- --zap-log-level=debug
2828
- --zap-stacktrace-level=info
2929
command:
3030
- /manager

0 commit comments

Comments
 (0)