changing main service to actual panel port (#4236)

This commit is contained in:
Xstar97
2022-10-29 18:29:39 -04:00
committed by GitHub
parent ed7dca527e
commit 0de4427fd7
3 changed files with 13 additions and 13 deletions

View File

@@ -28,4 +28,4 @@ annotations:
truecharts.org/catagories: |
- GameServers
- minecraft
version: 0.0.40
version: 0.0.41

View File

@@ -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

View File

@@ -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