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
|
## Pod Security Context
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 82 # www-data group in Alpine
|
{} # SnappyMail needs to run with default permissions
|
||||||
runAsUser: 82
|
|
||||||
runAsNonRoot: true
|
|
||||||
|
|
||||||
## Node selector
|
## Node selector
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|||||||
@ -90,9 +90,7 @@ secret:
|
|||||||
|
|
||||||
## Pod Security Context
|
## Pod Security Context
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 1000
|
{} # Allow Stalwart to run with its default user
|
||||||
runAsUser: 1000
|
|
||||||
runAsNonRoot: true
|
|
||||||
|
|
||||||
## Node selector
|
## Node selector
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user