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

set securityContext

parent e76e0118
No related branches found
No related tags found
No related merge requests found
Pipeline #154503 passed
...@@ -195,15 +195,16 @@ studio: ...@@ -195,15 +195,16 @@ studio:
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext:
runAsUser: 1000
# fsGroup: 2000 # fsGroup: 2000
securityContext: {} securityContext:
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 runAsUser: 1000
service: service:
type: ClusterIP type: ClusterIP
port: 3000 port: 3000
...@@ -448,15 +449,16 @@ realtime: ...@@ -448,15 +449,16 @@ realtime:
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext:
runAsUser: 65534
# fsGroup: 2000 # fsGroup: 2000
securityContext: {} securityContext:
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true runAsNonRoot: true
# runAsUser: 1000 runAsUser: 65534
service: service:
type: ClusterIP type: ClusterIP
port: 4000 port: 4000
...@@ -878,15 +880,16 @@ analytics: ...@@ -878,15 +880,16 @@ analytics:
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext:
runAsUser: 65534
# fsGroup: 2000 # fsGroup: 2000
securityContext: {} securityContext:
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 runAsUser: 65534
service: service:
type: ClusterIP type: ClusterIP
port: 4000 port: 4000
...@@ -962,15 +965,16 @@ vector: ...@@ -962,15 +965,16 @@ vector:
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext:
runAsUser: 65534
# fsGroup: 2000 # fsGroup: 2000
securityContext: {} securityContext:
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 runAsUser: 65534
service: service:
type: ClusterIP type: ClusterIP
port: 9001 port: 9001
...@@ -1029,15 +1033,16 @@ functions: ...@@ -1029,15 +1033,16 @@ functions:
# If not set and create is true, a name is generated using the fullname template # If not set and create is true, a name is generated using the fullname template
name: "" name: ""
podAnnotations: {} podAnnotations: {}
podSecurityContext: {} podSecurityContext:
runAsUser: 65534
# fsGroup: 2000 # fsGroup: 2000
securityContext: {} securityContext:
# capabilities: # capabilities:
# drop: # drop:
# - ALL # - ALL
# readOnlyRootFilesystem: true # readOnlyRootFilesystem: true
# runAsNonRoot: true # runAsNonRoot: true
# runAsUser: 1000 runAsUser: 65534
service: service:
type: ClusterIP type: ClusterIP
port: 9000 port: 9000
......
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