Skip to content

Commit

Permalink
disable HTTP/2 on kube-rbac-proxy container (#488)
Browse files Browse the repository at this point in the history
disable HTTP/2 on kube-rbac-proxy container

---------

Signed-off-by: Xavier Coulon <[email protected]>
Co-authored-by: Matous Jobanek <[email protected]>
Co-authored-by: Alexey Kazakov <[email protected]>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent 794aeaa commit a10d84e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ spec:
cpu: 500m
memory: 500M
- name: kube-rbac-proxy
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13.0
image: registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.13
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand All @@ -82,6 +83,7 @@ spec:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--http2-disable=true"
- "--v=3"
ports:
- containerPort: 8443
Expand Down

0 comments on commit a10d84e

Please sign in to comment.