mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 07:26:31 +08:00
29 lines
526 B
YAML
29 lines
526 B
YAML
env:
|
|
KEYBOARD: ""
|
|
SUBFOLDER: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/blender
|
|
tag: latest@sha256:867f197b8547d72565217d436eab0802bf015d6bbde30bbecfbf61a5f490a32b
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: TCP
|
|
targetPort: 3000
|
|
|
|
portal:
|
|
enabled: true
|