File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -236,7 +236,16 @@ spec:
236236 name : https
237237 securityContext :
238238 allowPrivilegeEscalation : false
239+ capabilities :
240+ drop :
241+ - ALL
239242 privileged : false
243+ readOnlyRootFilesystem : true
244+ runAsUser : 65532
245+ runAsGroup : 65532
246+ runAsNonRoot : true
247+ seccompProfile :
248+ type : RuntimeDefault
240249 - args :
241250 - --health-probe-bind-address=:8081
242251 - --metrics-bind-address=127.0.0.1:8080
@@ -267,9 +276,22 @@ spec:
267276 memory : 20Mi
268277 securityContext :
269278 allowPrivilegeEscalation : false
279+ capabilities :
280+ drop :
281+ - ALL
270282 privileged : false
283+ readOnlyRootFilesystem : true
284+ runAsUser : 65532
285+ runAsGroup : 65532
286+ runAsNonRoot : true
287+ seccompProfile :
288+ type : RuntimeDefault
271289 securityContext :
290+ runAsUser : 65532
291+ runAsGroup : 65532
272292 runAsNonRoot : true
293+ seccompProfile :
294+ type : RuntimeDefault
273295 nodeSelector :
274296 iam.gke.io/gke-metadata-server-enabled : " true"
275297 serviceAccountName : autoneg-controller-manager
You can’t perform that action at this time.
0 commit comments