changing main service to actual panel port (#4236)

This commit is contained in:
Xstar97
2022-10-30 01:29:39 +03:00
committed by GitHub
parent ed7dca527e
commit 0de4427fd7
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -28,4 +28,4 @@ annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- GameServers - GameServers
- minecraft - minecraft
version: 0.0.40 version: 0.0.41
+4 -4
View File
@@ -36,13 +36,13 @@ questions:
type: int type: int
default: 10586 default: 10586
required: true required: true
# Include{advancedPortHTTP} # Include{advancedPortHTTPS}
- variable: targetPort - variable: targetPort
label: Target Port label: Target Port
description: The internal(!) port on the container the Application runs on description: The internal(!) port on the container the Application runs on
schema: schema:
type: int type: int
default: 8000 default: 8443
- variable: sub - variable: sub
label: Sub Service label: Sub Service
description: The Sub service on which the healthcheck runs, often the webUI 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 description: This port exposes the container port on the service
schema: schema:
type: int type: int
default: 8443 default: 10587
required: true required: true
# Include{advancedPortHTTPS} # Include{advancedPortHTTPS}
- variable: targetPort - variable: targetPort
@@ -71,7 +71,7 @@ questions:
description: The internal(!) port on the container the Application runs on description: The internal(!) port on the container the Application runs on
schema: schema:
type: int type: int
default: 8443 default: 8000
- variable: minecraft - variable: minecraft
label: Minecraft Service label: Minecraft Service
description: Container Port 25500 description: Container Port 25500
+8 -8
View File
@@ -12,13 +12,13 @@ securityContext:
probes: probes:
liveness: liveness:
type: HTTP type: HTTPS
path: / path: /
readiness: readiness:
type: HTTP type: HTTPS
path: / path: /
startup: startup:
type: HTTP type: HTTPS
path: / path: /
service: service:
@@ -26,16 +26,16 @@ service:
ports: ports:
main: main:
port: 10586 port: 10586
protocol: HTTP protocol: HTTPS
targetPort: 8000 targetPort: 8443
sub: sub:
enabled: true enabled: true
ports: ports:
sub: sub:
enabled: true enabled: true
port: 8443 port: 10587
protocol: HTTPS protocol: HTTPS
targetPort: 8443 targetPort: 8000
bedrock: bedrock:
enabled: true enabled: true
ports: ports:
@@ -49,7 +49,7 @@ service:
ports: ports:
dynmap: dynmap:
enabled: true enabled: true
port: 8123 port: 8124
targetPort: 8123 targetPort: 8123
minecraft: minecraft:
enabled: true enabled: true