Skip to content
Snippets Groups Projects
Commit 90192121 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

set security context for realtime

parent 0bc660a0
No related branches found
No related tags found
No related merge requests found
Pipeline #154554 passed
......@@ -447,16 +447,16 @@ realtime:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
# runAsUser: 65534
podSecurityContext:
runAsUser: 65534
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 65534
runAsNonRoot: true
runAsUser: 65534
service:
type: ClusterIP
port: 4000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment