File tree 2 files changed +0
-27
lines changed 2 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 40
40
runAsGroup : 65532
41
41
runAsNonRoot : true
42
42
containers :
43
- - name : kube-rbac-proxy
44
- image : {{ template "chaos-controller.format-image" .Values.proxy.image }}
45
- imagePullPolicy : IfNotPresent
46
- args :
47
- - --secure-listen-address=0.0.0.0:8443
48
- - --upstream=http://127.0.0.1:8080/
49
- - --logtostderr=true
50
- - --v=10
51
- ports :
52
- - containerPort : 8443
53
- name : https
54
- resources :
55
- limits :
56
- cpu : 50m
57
- memory : 64Mi
58
- requests :
59
- cpu : 50m
60
- memory : 64Mi
61
- securityContext :
62
- allowPrivilegeEscalation : false
63
- readOnlyRootFilesystem : true
64
43
- name : manager
65
44
image : {{ template "chaos-controller.format-image" deepCopy .Values.global.chaos.defaultImage | merge .Values.global.oci | merge .Values.controller.image }}
66
45
imagePullPolicy : IfNotPresent
Original file line number Diff line number Diff line change @@ -150,9 +150,3 @@ handler:
150
150
resources :
151
151
cpu : 10m
152
152
memory : 5Mi
153
-
154
- proxy :
155
- image :
156
- registry : gcr.io
157
- repo : kubebuilder/kube-rbac-proxy
158
- tag : v0.4.1
You can’t perform that action at this time.
0 commit comments