File tree Expand file tree Collapse file tree 3 files changed +16
-7
lines changed
chart/k8soauth2-proxy-controller Expand file tree Collapse file tree 3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ keywords:
13
13
name : k8soauth2-proxy-controller
14
14
sources :
15
15
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
16
- version : 0.2.3
16
+ version : 0.2.4
Original file line number Diff line number Diff line change 96
96
name : https
97
97
protocol : TCP
98
98
resources :
99
- limits :
100
- cpu : 500m
101
- memory : 128Mi
102
- requests :
103
- cpu : 5m
104
- memory : 64Mi
99
+ {{- toYaml .Values.kubeRBACProxy.resources | nindent 10 }}
100
+ securityContext :
101
+ {{- toYaml .Values.kubeRBACProxy.securityContext | nindent 10 }}
105
102
terminationMessagePath : /dev/termination-log
106
103
terminationMessagePolicy : File
107
104
{{- end }}
@@ -114,6 +111,8 @@ spec:
114
111
secret :
115
112
secretName : {{ .secretName }}
116
113
{{- end }}
114
+ securityContext :
115
+ {{- toYaml .Values.podSecurityContext | nindent 8 }}
117
116
affinity :
118
117
{{- toYaml .Values.affinity | nindent 8 }}
119
118
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ securityContext:
87
87
capabilities :
88
88
drop : ["all"]
89
89
readOnlyRootFilesystem : true
90
+
91
+ podSecurityContext :
90
92
runAsGroup : 10000
91
93
runAsNonRoot : true
92
94
runAsUser : 10000
@@ -131,4 +133,12 @@ prometheusRule:
131
133
kubeRBACProxy :
132
134
enabled : true
133
135
136
+ securityContext :
137
+ allowPrivilegeEscalation : false
138
+ capabilities :
139
+ drop : ["all"]
140
+ readOnlyRootFilesystem : true
141
+
142
+ resources : {}
143
+
134
144
tolerations : []
You can’t perform that action at this time.
0 commit comments