Fix: Remove restrictive security contexts to allow containers to run
This commit is contained in:
parent
28cf53fd76
commit
8099a64c9d
@ -72,9 +72,7 @@ env: {}
|
||||
|
||||
## Pod Security Context
|
||||
securityContext:
|
||||
fsGroup: 82 # www-data group in Alpine
|
||||
runAsUser: 82
|
||||
runAsNonRoot: true
|
||||
{} # SnappyMail needs to run with default permissions
|
||||
|
||||
## Node selector
|
||||
nodeSelector: {}
|
||||
|
||||
@ -90,9 +90,7 @@ secret:
|
||||
|
||||
## Pod Security Context
|
||||
securityContext:
|
||||
fsGroup: 1000
|
||||
runAsUser: 1000
|
||||
runAsNonRoot: true
|
||||
{} # Allow Stalwart to run with its default user
|
||||
|
||||
## Node selector
|
||||
nodeSelector: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user