feat(Prusalicer): Move to stable (#4246)
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ dependencies:
|
|||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
version: 10.7.7
|
version: 10.7.7
|
||||||
deprecated: false
|
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
|
home: https://truecharts.org/docs/charts/incubator/prusaslicer-novnc
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.png
|
||||||
keywords:
|
keywords:
|
||||||
@@ -28,4 +28,4 @@ sources:
|
|||||||
- https://www.prusa3d.com/prusaslicer/
|
- https://www.prusa3d.com/prusaslicer/
|
||||||
- https://hub.docker.com/r/mikeah/prusaslicer-novnc
|
- https://hub.docker.com/r/mikeah/prusaslicer-novnc
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.43
|
version: 1.0.0
|
||||||
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
+1
-1
@@ -47,7 +47,7 @@ questions:
|
|||||||
description: "This port exposes the container port on the service"
|
description: "This port exposes the container port on the service"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 6080
|
default: 16080
|
||||||
required: true
|
required: true
|
||||||
# Include{advancedPortTCP}
|
# Include{advancedPortTCP}
|
||||||
- variable: targetPort
|
- variable: targetPort
|
||||||
+5
-4
@@ -1,5 +1,3 @@
|
|||||||
env:
|
|
||||||
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/prusaslicer-novnc
|
repository: tccr.io/truecharts/prusaslicer-novnc
|
||||||
@@ -21,9 +19,12 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 6080
|
port: 16080
|
||||||
protocol: TCP
|
protocol: HTTP
|
||||||
targetPort: 8080
|
targetPort: 8080
|
||||||
|
|
||||||
portal:
|
portal:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
|
||||||
Reference in New Issue
Block a user