Skip to content

Commit

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

---------

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
Co-authored-by: Kanika Rana <46766610+ranakan19@users.noreply.github.com>
Co-authored-by: Alexey Kazakov <alkazako@redhat.com>
  • Loading branch information
3 people authored Nov 2, 2023
1 parent f08f06a commit 708709f
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 @@ -28,7 +28,8 @@ spec:
runAsNonRoot: true
containers:
- 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 @@ -38,6 +39,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:
- name: https
Expand Down

0 comments on commit 708709f

Please sign in to comment.