fix(crafty-4) add bedrock port (#6444)

This commit is contained in:
Xstar97
2023-01-18 02:31:50 -05:00
committed by GitHub
parent 0651359581
commit 3afe98bcea
3 changed files with 31 additions and 1 deletions

View File

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

View File

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

View File

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