39 lines
763 B
YAML
39 lines
763 B
YAML
env:
|
|
VNC_PW: unraid
|
|
VNC_RESOLUTION: 1360x768
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/blender-desktop-g3
|
|
tag: latest@sha256:9654beda6fc4c36484fc51773ddb9d4a878ea8e65a7ba0696fac37d127b784c3
|
|
persistence:
|
|
internalshare:
|
|
enabled: true
|
|
mountPath: /UNRAID_SHARE
|
|
storageprojects:
|
|
enabled: true
|
|
mountPath: /srv/projects
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6901
|
|
protocol: HTTP
|
|
targetPort: 6901
|
|
webuivnc:
|
|
enabled: true
|
|
ports:
|
|
webuivnc:
|
|
enabled: true
|
|
port: 5901
|
|
protocol: TCP
|
|
targetPort: 5901
|
|
|
|
portal:
|
|
enabled: true
|