2022-07-22 15:40:42 +00:00
|
|
|
# Include{groups}
|
|
|
|
portals: {}
|
|
|
|
questions:
|
|
|
|
# Include{global}
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{workload}
|
|
|
|
# Include{workloadDeployment}
|
|
|
|
|
|
|
|
# Include{replicas1}
|
|
|
|
# Include{podSpec}
|
|
|
|
# Include{containerMain}
|
2023-04-19 23:19:46 +00:00
|
|
|
- variable: imageSelector
|
|
|
|
label: "Select Image"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "image"
|
|
|
|
enum:
|
|
|
|
- value: "image"
|
|
|
|
description: "Java 17"
|
|
|
|
- value: "j11Image"
|
|
|
|
description: "Java 11"
|
|
|
|
- value: "j8Image"
|
|
|
|
description: "Java 8"
|
2023-04-14 16:11:04 +00:00
|
|
|
- variable: env
|
|
|
|
label: "Image Environment"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
- variable: RCON_PASSWORD
|
|
|
|
label: "RCON Password"
|
|
|
|
description: "This uses a third-party plugin to work, orblazer/bungee-rcon, which is automatically downloaded"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
private: true
|
|
|
|
default: ""
|
|
|
|
- variable: TYPE
|
|
|
|
label: "Server Type"
|
|
|
|
description: "The type of the server. When the type is set to CUSTOM, the environment setting BUNGEE_JAR_URL is required."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "WATERFALL"
|
|
|
|
enum:
|
|
|
|
- value: "BUNGEECORD"
|
|
|
|
description: "Bungeecord"
|
|
|
|
- value: "WATERFALL"
|
|
|
|
description: "Waterfall"
|
|
|
|
- value: "VELOCITY"
|
|
|
|
description: "Velocity"
|
|
|
|
- value: "CUSTOM"
|
|
|
|
description: "Custom"
|
|
|
|
- variable: BUNGEE_JAR_URL
|
|
|
|
label: "Bunge Jar URL"
|
|
|
|
description: "Used to download a comma separated list of *.jar urls to the plugins folder."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
required: true
|
|
|
|
show_if: [[TYPE, "=", "CUSTOM"]]
|
|
|
|
- variable: PLUGINS
|
|
|
|
label: "Plugins"
|
|
|
|
description: "Used to download a comma separated list of *.jar urls to the plugins folder."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: SPIGET_PLUGINS
|
|
|
|
label: "Spiget Plugins"
|
|
|
|
description: "The SPIGET_PLUGINS variable can be set with a comma-separated list of SpigotMC resource IDs."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: ENABLE_RCON
|
|
|
|
label: "Enable RCON"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: true
|
|
|
|
- variable: ONLINE_MODE
|
|
|
|
label: "Enable Online Mode"
|
|
|
|
description: "MUST set to false which is required by bungeecord"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
2023-06-08 08:29:28 +00:00
|
|
|
- variable: genericpacks
|
|
|
|
label: "Show Generic Packs Settings"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: GENERIC_PACKS
|
|
|
|
label: "Generic Packs"
|
|
|
|
description: "Names of generic packs"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: GENERIC_PACKS_PREFIX
|
|
|
|
label: "Generic Packs Prefix"
|
|
|
|
description: "The URL of the service to download from"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: GENERIC_PACKS_SUFFIX
|
|
|
|
label: "Generic Packs Suffix"
|
|
|
|
description: "The file type"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ".zip"
|
2023-04-14 16:11:04 +00:00
|
|
|
- variable: advancedenvironment
|
|
|
|
label: "Show Advanced Server Settings"
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
show_subquestions_if: true
|
|
|
|
subquestions:
|
|
|
|
- variable: MEMORY
|
|
|
|
label: "Memory"
|
|
|
|
description: "The Java memory heap size to specify to the JVM."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "512M"
|
|
|
|
- variable: INIT_MEMORY
|
|
|
|
label: "Init Memory"
|
|
|
|
description: "Can be set to use a different initial heap size."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "512M"
|
|
|
|
- variable: MAX_MEMORY
|
|
|
|
label: "Max Memory"
|
|
|
|
description: "Can be set to use a different max heap size."
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
default: "512M"
|
|
|
|
- variable: NETWORKADDRESS_CACHE_TTL
|
|
|
|
label: "Network Address Cache TTL"
|
|
|
|
description: "Number of seconds to cache the successful network address lookups."
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 60
|
|
|
|
- variable: JVM_OPTS
|
|
|
|
label: "JVM Options"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
|
|
|
- variable: JVM_XX_OPTS
|
|
|
|
label: "JVM -X Options"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: ""
|
2023-06-08 08:29:28 +00:00
|
|
|
- variable: REPLACE_ENV_VARIABLES
|
|
|
|
label: "Replace Env Variables"
|
|
|
|
description: "Replace variables that match your defined environment variables in all the files in /server."
|
|
|
|
schema:
|
|
|
|
type: boolean
|
|
|
|
default: false
|
|
|
|
- variable: REPLACE_ENV_VARIABLE_PREFIX
|
|
|
|
label: "Replace Env Variable Prefix"
|
|
|
|
description: "define a prefix"
|
|
|
|
schema:
|
|
|
|
type: string
|
|
|
|
default: "CFG_"
|
2023-03-01 07:55:51 +00:00
|
|
|
# Include{containerBasic}
|
|
|
|
# Include{containerAdvanced}
|
2022-07-22 15:40:42 +00:00
|
|
|
# Include{containerConfig}
|
2023-05-22 07:02:18 +00:00
|
|
|
# Include{podOptions}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceRoot}
|
2022-07-22 15:40:42 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main Service"
|
|
|
|
description: "The Primary service on which the healthcheck runs, often the webUI"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
2022-07-22 15:40:42 +00:00
|
|
|
- variable: main
|
|
|
|
label: "Main 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: 25565
|
|
|
|
required: true
|
|
|
|
- variable: rcon
|
|
|
|
label: "RCON Service"
|
|
|
|
description: "RCON service"
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
2022-09-17 11:24:06 +00:00
|
|
|
# Include{serviceSelectorLoadBalancer}
|
2022-09-14 21:27:12 +00:00
|
|
|
# Include{serviceSelectorExtras}
|
2022-07-22 15:40:42 +00:00
|
|
|
- variable: rcon
|
|
|
|
label: "RCON 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: 25578
|
|
|
|
required: true
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{serviceExpertRoot}
|
2022-07-22 15:40:42 +00:00
|
|
|
# Include{serviceExpert}
|
|
|
|
# Include{serviceList}
|
2022-08-08 21:25:02 +00:00
|
|
|
# Include{persistenceRoot}
|
2022-07-22 15:40:42 +00:00
|
|
|
- variable: config
|
|
|
|
label: "App Config Storage"
|
|
|
|
description: "Stores the Application Configuration."
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
|
|
|
- variable: server
|
|
|
|
label: "App Server Storage"
|
|
|
|
description: "Stores the Application Server."
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
|
|
|
- variable: plugins
|
|
|
|
label: "App Plugins Storage"
|
|
|
|
description: "Stores the Application Plugins."
|
|
|
|
schema:
|
|
|
|
additional_attrs: true
|
|
|
|
type: dict
|
|
|
|
attrs:
|
|
|
|
# Include{persistenceBasic}
|
|
|
|
# Include{persistenceList}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextRoot}
|
|
|
|
|
|
|
|
- variable: runAsUser
|
|
|
|
label: "runAsUser"
|
|
|
|
description: "The UserID of the user running the application"
|
2022-07-22 15:40:42 +00:00
|
|
|
schema:
|
2023-03-01 08:30:36 +00:00
|
|
|
type: int
|
2023-06-08 08:29:28 +00:00
|
|
|
default: 568
|
2023-04-14 16:11:04 +00:00
|
|
|
- variable: runAsGroup
|
|
|
|
label: "runAsGroup"
|
|
|
|
description: "The groupID of the user running the application"
|
|
|
|
schema:
|
|
|
|
type: int
|
2023-06-08 08:29:28 +00:00
|
|
|
default: 568
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{securityContextContainer}
|
|
|
|
# Include{securityContextAdvanced}
|
|
|
|
# Include{securityContextPod}
|
2023-04-14 16:11:04 +00:00
|
|
|
- variable: fsGroup
|
2023-03-01 08:30:36 +00:00
|
|
|
label: "fsGroup"
|
|
|
|
description: "The group that should own ALL storage."
|
|
|
|
schema:
|
|
|
|
type: int
|
|
|
|
default: 568
|
|
|
|
|
2022-07-22 15:40:42 +00:00
|
|
|
# Include{resources}
|
|
|
|
# Include{advanced}
|
|
|
|
# Include{addons}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{codeserver}
|
2023-03-01 08:30:36 +00:00
|
|
|
# Include{netshoot}
|
2022-10-01 21:39:52 +00:00
|
|
|
# Include{vpn}
|
2022-08-12 11:15:27 +00:00
|
|
|
# Include{documentation}
|