Skip to content

Commit

Permalink
Merge pull request #227 from clobrano/main
Browse files Browse the repository at this point in the history
Reduce logging level
  • Loading branch information
openshift-merge-bot[bot] authored Jul 4, 2024
2 parents c8f382a + c2bcbd9 commit 4fbdb82
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 4fbdb82

Please sign in to comment.