From 3afe98bceab523e5d9cf3b8a36afa655a225c6ff Mon Sep 17 00:00:00 2001 From: Xstar97 Date: Wed, 18 Jan 2023 02:31:50 -0500 Subject: [PATCH] fix(crafty-4) add bedrock port (#6444) --- charts/stable/crafty-4/Chart.yaml | 2 +- charts/stable/crafty-4/questions.yaml | 22 ++++++++++++++++++++++ charts/stable/crafty-4/values.yaml | 8 ++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml index 35e4a9da7f2..1462624f40f 100644 --- a/charts/stable/crafty-4/Chart.yaml +++ b/charts/stable/crafty-4/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://craftycontrol.com/ - https://gitlab.com/crafty-controller/crafty-4 type: application -version: 2.1.8 +version: 2.1.9 annotations: truecharts.org/catagories: | - GameServers diff --git a/charts/stable/crafty-4/questions.yaml b/charts/stable/crafty-4/questions.yaml index 04ebe7f3820..ba5e57dba86 100644 --- a/charts/stable/crafty-4/questions.yaml +++ b/charts/stable/crafty-4/questions.yaml @@ -76,6 +76,28 @@ questions: type: int default: 25565 required: true + - variable: bedrock + label: Bedrock Service + description: Bedrock Service Port + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: bedrock + label: Bedrock Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 19132 + required: true # Include{serviceExpertRoot} default: false # Include{serviceExpert} diff --git a/charts/stable/crafty-4/values.yaml b/charts/stable/crafty-4/values.yaml index 295e9e91754..aeb0e0f8a0d 100644 --- a/charts/stable/crafty-4/values.yaml +++ b/charts/stable/crafty-4/values.yaml @@ -43,6 +43,14 @@ service: enabled: true port: 25565 targetPort: 25565 + bedrock: + enabled: true + ports: + bedrock: + enabled: true + port: 19132 + protocol: UDP + targetPort: 19132 persistence: config: