Files
truecharts/charts/incubator/cura-novnc/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

29 lines
549 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cura-novnc
tag: latest@sha256:c5a523235dbc6b9ff7a6f80d7b9d3930ac3659c9244868a1c1c3014e350fd9e3
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