We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd551d7 commit 8e2d72cCopy full SHA for 8e2d72c
charts/kube-reqsizer/templates/deployment.yaml
@@ -19,12 +19,12 @@ spec:
19
spec:
20
containers:
21
- args:
22
- - --health-probe-bind-address=:8081
23
- - --metrics-bind-address=127.0.0.1:8080
24
- - --leader-elect
+ # - --health-probe-bind-address=:8081
+ # - --metrics-bind-address=127.0.0.1:8080
+ # - --leader-elect
25
- --annotation-filter={{.Values.enabledAnnotation}}
26
- --sample-size={{.Values.sampleSize}}
27
- - --zap-log-level=info
+ - --zap-log-level=debug
28
- --zap-stacktrace-level=info
29
command:
30
- /manager
0 commit comments