Skip to content

Commit

Permalink
Merge pull request #228 from openshift-cherrypick-robot/cherry-pick-2…
Browse files Browse the repository at this point in the history
…27-to-release-0.9

[release-0.9] Reduce logging level
  • Loading branch information
openshift-merge-bot[bot] authored Jul 4, 2024
2 parents c8f382a + 468e094 commit 5f01d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ spec:
- --http2-disable
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
- --v=0
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
name: kube-rbac-proxy
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- "--http2-disable"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--v=10"
- "--v=0"
ports:
- containerPort: 8443
name: https
Expand Down

0 comments on commit 5f01d22

Please sign in to comment.