fix(crafty-4) add bedrock port (#6444)
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://craftycontrol.com/
|
- https://craftycontrol.com/
|
||||||
- https://gitlab.com/crafty-controller/crafty-4
|
- https://gitlab.com/crafty-controller/crafty-4
|
||||||
type: application
|
type: application
|
||||||
version: 2.1.8
|
version: 2.1.9
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- GameServers
|
- GameServers
|
||||||
|
|||||||
@@ -76,6 +76,28 @@ questions:
|
|||||||
type: int
|
type: int
|
||||||
default: 25565
|
default: 25565
|
||||||
required: true
|
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}
|
# Include{serviceExpertRoot}
|
||||||
default: false
|
default: false
|
||||||
# Include{serviceExpert}
|
# Include{serviceExpert}
|
||||||
|
|||||||
@@ -43,6 +43,14 @@ service:
|
|||||||
enabled: true
|
enabled: true
|
||||||
port: 25565
|
port: 25565
|
||||||
targetPort: 25565
|
targetPort: 25565
|
||||||
|
bedrock:
|
||||||
|
enabled: true
|
||||||
|
ports:
|
||||||
|
bedrock:
|
||||||
|
enabled: true
|
||||||
|
port: 19132
|
||||||
|
protocol: UDP
|
||||||
|
targetPort: 19132
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user