Skip to content

Commit

Permalink
Merge pull request #152 from slintes/disable-http2-on-proxy
Browse files Browse the repository at this point in the history
Update RBAC proxy image and config
  • Loading branch information
openshift-ci[bot] authored Oct 24, 2023
2 parents 7112e71 + 39941b9 commit 9d427a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ spec:
spec:
containers:
- name: kube-rbac-proxy
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0
image: quay.io/brancz/kube-rbac-proxy:v0.15.0
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--http2-disable"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--v=10"
Expand Down

0 comments on commit 9d427a3

Please sign in to comment.