2022-07-19 15:27:57 +00:00
|
|
|
env:
|
2022-07-22 18:23:01 +00:00
|
|
|
KEYBOARD: ""
|
|
|
|
SUBFOLDER: ""
|
|
|
|
UMASK: ""
|
2022-07-19 15:27:57 +00:00
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/blender
|
|
|
|
tag: latest
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
port: 3000
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 3000
|