File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -444,15 +444,13 @@ spec:
444
444
- --upstream=http://127.0.0.1:8080/
445
445
- --logtostderr=true
446
446
- --v=10
447
- image : gcr.io/kubebuilder/kube-rbac-proxy:v0.5 .0
447
+ image : gcr.io/kubebuilder/kube-rbac-proxy:v0.8 .0
448
448
name : kube-rbac-proxy
449
449
ports :
450
450
- containerPort : 8443
451
451
name : https
452
452
protocol : TCP
453
453
resources : {}
454
- securityContext :
455
- runAsUser : 1000640000
456
454
- args :
457
455
- --health-probe-bind-address=:8081
458
456
- --metrics-bind-address=127.0.0.1:8080
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : kube-rbac-proxy
13
- image : gcr.io/kubebuilder/kube-rbac-proxy:v0.5 .0
13
+ image : gcr.io/kubebuilder/kube-rbac-proxy:v0.8 .0
14
14
args :
15
15
- " --secure-listen-address=0.0.0.0:8443"
16
16
- " --upstream=http://127.0.0.1:8080/"
20
20
- containerPort : 8443
21
21
protocol : TCP
22
22
name : https
23
- securityContext :
24
- runAsUser : 1000640000
25
23
- name : operator
26
24
args :
27
25
- " --health-probe-bind-address=:8081"
You can’t perform that action at this time.
0 commit comments