29 lines
549 B
YAML
29 lines
549 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/cura-novnc
|
|
tag: latest@sha256:43a03e3215ec0cbdb5fc0030df5a43a6f88034134461d79ea0a57110af6a3e4a
|
|
persistence:
|
|
homefolder:
|
|
enabled: true
|
|
mountPath: /home/cura/
|
|
prints:
|
|
enabled: true
|
|
mountPath: /prints/
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|