31 lines
614 B
YAML
31 lines
614 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: lscr.io/linuxserver/blender
|
|
tag: latest@sha256:d65b9eb30c163727c848ea8ae57e6ebca566a1a1ccc02a7f09d399d2ab9cfea3
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3000
|
|
protocol: tcp
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
KEYBOARD: ""
|
|
SUBFOLDER: ""
|