feat(Prusalicer): Move to stable (#4246)

This commit is contained in:
StevenMcElligott 2022-10-31 04:05:59 -04:00 committed by GitHub
parent f8c10a1fb3
commit a009a4f12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 7 deletions

View File

@ -10,7 +10,7 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.7.7
deprecated: false
description: "Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart."
description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart.
home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png
keywords:
@ -28,4 +28,4 @@ sources:
- https://www.prusa3d.com/prusaslicer/
- https://hub.docker.com/r/mikeah/prusaslicer-novnc
type: application
version: 0.0.43
version: 1.0.0

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -47,7 +47,7 @@ questions:
description: "This port exposes the container port on the service"
schema:
type: int
default: 6080
default: 16080
required: true
# Include{advancedPortTCP}
- variable: targetPort

View File

@ -1,5 +1,3 @@
env:
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/prusaslicer-novnc
@ -21,9 +19,12 @@ service:
main:
ports:
main:
port: 6080
protocol: TCP
port: 16080
protocol: HTTP
targetPort: 8080
portal:
enabled: true
env:
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt