From 0de4427fd7f4ff44e6986b83771da057ffa2f3b7 Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Sat, 29 Oct 2022 18:29:39 -0400 Subject: [PATCH] changing main service to actual panel port (#4236) --- charts/incubator/crafty-4/Chart.yaml | 2 +- charts/incubator/crafty-4/questions.yaml | 8 ++++---- charts/incubator/crafty-4/values.yaml | 16 ++++++++-------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/charts/incubator/crafty-4/Chart.yaml b/charts/incubator/crafty-4/Chart.yaml index 17fa413fc7d..eba50c48d37 100644 --- a/charts/incubator/crafty-4/Chart.yaml +++ b/charts/incubator/crafty-4/Chart.yaml @@ -28,4 +28,4 @@ annotations: truecharts.org/catagories: | - GameServers - minecraft -version: 0.0.40 +version: 0.0.41 diff --git a/charts/incubator/crafty-4/questions.yaml b/charts/incubator/crafty-4/questions.yaml index 984ccea8c48..b5b33198a23 100644 --- a/charts/incubator/crafty-4/questions.yaml +++ b/charts/incubator/crafty-4/questions.yaml @@ -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 diff --git a/charts/incubator/crafty-4/values.yaml b/charts/incubator/crafty-4/values.yaml index 13aac3cb4ae..e1ad23407a6 100644 --- a/charts/incubator/crafty-4/values.yaml +++ b/charts/incubator/crafty-4/values.yaml @@ -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