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

set security context for supabase auth

parent a9d41bfc
No related branches found
No related tags found
No related merge requests found
......@@ -270,13 +270,13 @@ auth:
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
runAsNonRoot: true
runAsUser: 1000
service:
type: ClusterIP
port: 9999
......
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