Merge pull request #6356 from AlexisMtr/pod-security-context

Add securitycontext settings on defaultbackend
This commit is contained in:
Kubernetes Prow Robot 2020-11-02 08:14:53 -08:00 committed by GitHub
commit fb6b572378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -555,6 +555,9 @@ defaultBackend:
pullPolicy: IfNotPresent
# nobody user -> uid 65534
runAsUser: 65534
runAsNonRoot: true
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
extraArgs: {}