35 lines
701 B
YAML
35 lines
701 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/prusaslicer-novnc
|
|
tag: latest@sha256:e7f7e878224d6011503064a65d3dca8ce74453a1d104d4aae807ef8f2b90ae0f
|
|
persistence:
|
|
configsfolder:
|
|
enabled: true
|
|
mountPath: /configs/
|
|
prints:
|
|
enabled: true
|
|
mountPath: /prints/
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 16080
|
|
protocol: http
|
|
targetPort: 8080
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
|