Add basic security context to deployment YAMLs

This commit is contained in:
Mark Janssen 2018-04-28 23:32:37 +02:00
parent 69fce01325
commit cbb0f96f74
7 changed files with 14 additions and 0 deletions

View file

@ -58,3 +58,5 @@ spec:
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 1
securityContext:
runAsNonRoot: false