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

set securityContext

parent e76e0118
Branches
No related tags found
No related merge requests found
Pipeline #154503 passed
......@@ -195,15 +195,16 @@ studio:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
podSecurityContext:
runAsUser: 1000
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
runAsUser: 1000
service:
type: ClusterIP
port: 3000
......@@ -448,15 +449,16 @@ realtime:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
podSecurityContext:
runAsUser: 65534
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
runAsNonRoot: true
runAsUser: 65534
service:
type: ClusterIP
port: 4000
......@@ -878,15 +880,16 @@ analytics:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
podSecurityContext:
runAsUser: 65534
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
runAsUser: 65534
service:
type: ClusterIP
port: 4000
......@@ -962,15 +965,16 @@ vector:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
podSecurityContext:
runAsUser: 65534
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
runAsUser: 65534
service:
type: ClusterIP
port: 9001
......@@ -1029,15 +1033,16 @@ functions:
# If not set and create is true, a name is generated using the fullname template
name: ""
podAnnotations: {}
podSecurityContext: {}
podSecurityContext:
runAsUser: 65534
# fsGroup: 2000
securityContext: {}
securityContext:
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
runAsUser: 65534
service:
type: ClusterIP
port: 9000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment