small update

This commit is contained in:
Stavros kois
2023-11-09 18:42:26 +02:00
committed by Stavros Kois
parent 2cfda45772
commit f40a5d2447
2 changed files with 2 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ workload:
securityContext:
runAsUser: 101
runAsGroup: 101
# runAsNonRoot: false
readOnlyRootFilesystem: false
envFrom:
- configMapRef:

View File

@@ -13,8 +13,8 @@ workload:
primary: true
imageSelector: nginxImage
securityContext:
runAsUser: 568
runAsGroup: 568
runAsUser: 101
runAsGroup: 101
probes:
liveness:
enabled: true