fix(crafty-4) add bedrock port (#6444)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user