Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
committed by
GitHub
parent
11b8d8a942
commit
13b0a89f78
@@ -11,6 +11,17 @@ service:
|
||||
enabled: true
|
||||
port: 8080
|
||||
|
||||
# -- Configure the Security Context for the Pod
|
||||
#podSecurityContext:
|
||||
# runAsUser: 568
|
||||
# runAsGroup: 568
|
||||
# fsGroup: 568
|
||||
|
||||
# -- Configure the Security Context for the main container
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
# runAsNonRoot: true
|
||||
|
||||
# env:
|
||||
# DISCORD_TOKEN:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user