29 lines
544 B
YAML
29 lines
544 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/cura-novnc
|
||
|
tag: latest@sha256:aaa2736d302604e76490ab15b39272f6ff8ae9f731852001ff14f045097c8fef
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 16081
|
||
|
protocol: HTTP
|
||
|
targetPort: 8080
|
||
|
|
||
|
persistence:
|
||
|
homefolder:
|
||
|
enabled: true
|
||
|
mountPath: /home/cura/
|
||
|
prints:
|
||
|
enabled: true
|
||
|
mountPath: /prints/
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|