File tree 3 files changed +16
-7
lines changed
3 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ keywords:
14
14
name : k8s-pause
15
15
sources :
16
16
- https://github.com/DoodleScheduling/k8s-pause
17
- version : 0.2.5
17
+ version : 0.2.6
Original file line number Diff line number Diff line change 99
99
name : https
100
100
protocol : TCP
101
101
resources :
102
- limits :
103
- cpu : 500m
104
- memory : 128Mi
105
- requests :
106
- cpu : 5m
107
- memory : 64Mi
102
+ {{- toYaml .Values.kubeRBACProxy.resources | nindent 10 }}
103
+ securityContext :
104
+ {{- toYaml .Values.kubeRBACProxy.securityContext | nindent 10 }}
108
105
terminationMessagePath : /dev/termination-log
109
106
terminationMessagePolicy : File
110
107
{{- end }}
@@ -121,6 +118,8 @@ spec:
121
118
secret :
122
119
secretName : {{ .secretName }}
123
120
{{- end }}
121
+ securityContext :
122
+ {{- toYaml .Values.podSecurityContext | nindent 8 }}
124
123
affinity :
125
124
{{- toYaml .Values.affinity | nindent 8 }}
126
125
imagePullSecrets :
Original file line number Diff line number Diff line change @@ -96,6 +96,8 @@ securityContext:
96
96
capabilities :
97
97
drop : ["all"]
98
98
readOnlyRootFilesystem : true
99
+
100
+ podSecurityContext :
99
101
runAsGroup : 10000
100
102
runAsNonRoot : true
101
103
runAsUser : 10000
@@ -139,4 +141,12 @@ prometheusRule:
139
141
kubeRBACProxy :
140
142
enabled : true
141
143
144
+ securityContext :
145
+ allowPrivilegeEscalation : false
146
+ capabilities :
147
+ drop : ["all"]
148
+ readOnlyRootFilesystem : true
149
+
150
+ resources : {}
151
+
142
152
tolerations : []
You can’t perform that action at this time.
0 commit comments