mirror of
https://github.com/truecharts/charts.git
synced 2026-07-14 22:51:22 -03:00
feat(Prusalicer): Move to stable (#4246)
This commit is contained in:
@@ -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
|
||||
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user