mirror of
https://github.com/truecharts/charts.git
synced 2026-07-19 01:51:20 -03:00
changing main service to actual panel port (#4236)
This commit is contained in:
@@ -28,4 +28,4 @@ annotations:
|
||||
truecharts.org/catagories: |
|
||||
- GameServers
|
||||
- minecraft
|
||||
version: 0.0.40
|
||||
version: 0.0.41
|
||||
|
||||
@@ -36,13 +36,13 @@ questions:
|
||||
type: int
|
||||
default: 10586
|
||||
required: true
|
||||
# Include{advancedPortHTTP}
|
||||
# Include{advancedPortHTTPS}
|
||||
- variable: targetPort
|
||||
label: Target Port
|
||||
description: The internal(!) port on the container the Application runs on
|
||||
schema:
|
||||
type: int
|
||||
default: 8000
|
||||
default: 8443
|
||||
- variable: sub
|
||||
label: Sub Service
|
||||
description: The Sub service on which the healthcheck runs, often the webUI
|
||||
@@ -63,7 +63,7 @@ questions:
|
||||
description: This port exposes the container port on the service
|
||||
schema:
|
||||
type: int
|
||||
default: 8443
|
||||
default: 10587
|
||||
required: true
|
||||
# Include{advancedPortHTTPS}
|
||||
- variable: targetPort
|
||||
@@ -71,7 +71,7 @@ questions:
|
||||
description: The internal(!) port on the container the Application runs on
|
||||
schema:
|
||||
type: int
|
||||
default: 8443
|
||||
default: 8000
|
||||
- variable: minecraft
|
||||
label: Minecraft Service
|
||||
description: Container Port 25500
|
||||
|
||||
@@ -12,13 +12,13 @@ securityContext:
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
type: HTTP
|
||||
type: HTTPS
|
||||
path: /
|
||||
readiness:
|
||||
type: HTTP
|
||||
type: HTTPS
|
||||
path: /
|
||||
startup:
|
||||
type: HTTP
|
||||
type: HTTPS
|
||||
path: /
|
||||
|
||||
service:
|
||||
@@ -26,16 +26,16 @@ service:
|
||||
ports:
|
||||
main:
|
||||
port: 10586
|
||||
protocol: HTTP
|
||||
targetPort: 8000
|
||||
protocol: HTTPS
|
||||
targetPort: 8443
|
||||
sub:
|
||||
enabled: true
|
||||
ports:
|
||||
sub:
|
||||
enabled: true
|
||||
port: 8443
|
||||
port: 10587
|
||||
protocol: HTTPS
|
||||
targetPort: 8443
|
||||
targetPort: 8000
|
||||
bedrock:
|
||||
enabled: true
|
||||
ports:
|
||||
@@ -49,7 +49,7 @@ service:
|
||||
ports:
|
||||
dynmap:
|
||||
enabled: true
|
||||
port: 8123
|
||||
port: 8124
|
||||
targetPort: 8123
|
||||
minecraft:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user