**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
295 lines
10 KiB
YAML
295 lines
10 KiB
YAML
# Include{groups}
|
|
portals: {}
|
|
questions:
|
|
# Include{global}
|
|
# Include{workload}
|
|
# Include{workloadDeployment}
|
|
# Include{replicas1}
|
|
# Include{podSpec}
|
|
# Include{containerMain}
|
|
# Include{containerBasic}
|
|
# Include{containerAdvanced}
|
|
- variable: ark
|
|
group: App Configuration
|
|
label: Ark Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: username
|
|
label: Username
|
|
description: Optionally set a steam username otherwise (disable Steam Guard).
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: password
|
|
label: Password
|
|
description: Optionally set a steam password (disable Steam Guard).
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: srv_password
|
|
label: Server Password
|
|
description: Optionally set a password for the server (this field accepts no spaces)
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: srv_admin_pass
|
|
label: Server Admin Password
|
|
description: Optionally set a password for the admin (this field accepts no spaces)
|
|
schema:
|
|
type: string
|
|
private: true
|
|
default: ""
|
|
- variable: game_id
|
|
label: Game ID
|
|
description: "The SteamCMD Game ID."
|
|
schema:
|
|
type: string
|
|
required: true
|
|
default: "376030"
|
|
- variable: custom_map
|
|
label: Custom Map
|
|
description: Custom Map name.
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: map
|
|
label: Map
|
|
description: Map Name
|
|
schema:
|
|
type: string
|
|
show_if: [["custom_map", "=", ""]]
|
|
default: TheIsland
|
|
enum:
|
|
- value: TheIsland
|
|
description: Island
|
|
- value: TheCenter
|
|
description: Center
|
|
- value: ScorchedEarth_P
|
|
description: Scorched Earth
|
|
- value: Ragnarok
|
|
description: Ragnarok
|
|
- value: Aberration_P
|
|
description: Aberration
|
|
- value: Extinction
|
|
description: Extinction
|
|
- value: Genesis
|
|
description: Genesis
|
|
- value: Valguero_P
|
|
description: Valguero
|
|
- value: CrystalIsles
|
|
description: Crystal Isles
|
|
- value: Gen2
|
|
description: Genesis 2
|
|
- value: Lost Island
|
|
description: LostIsland
|
|
- value: Fjordur
|
|
description: Fjordur
|
|
- value: custom
|
|
description: Custom
|
|
- variable: server_name
|
|
label: Server Name
|
|
description: Optionally set a name for the server (this field accepts no spaces)
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
- variable: validate
|
|
label: Validate
|
|
description: Enable to validate the installation, otherwise uncheck it.
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: rcon_enabled
|
|
label: Enable RCON
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: game_params
|
|
label: Game Parameters
|
|
description: Enter your game parameters starting with ?, one per entry
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: game_params_entry
|
|
label: Parameter Entry
|
|
description: Single parameter per entry. Start with ?
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
- variable: easy_game_extra_params
|
|
label: Game Extra Parameters (Easy)
|
|
description: Appends the game extra params to the Game Extra Parameters list
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
- variable: server
|
|
label: Server Flag
|
|
description: Adds -server flag to Game Extra Parameters
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: log
|
|
label: Log Flag
|
|
description: Adds -log flag to Game Extra Parameters
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: crossplay
|
|
label: Crossplay Flag
|
|
description: Adds -crossplay flag to Game Extra Parameters
|
|
schema:
|
|
type: boolean
|
|
default: true
|
|
- variable: game_params_extra
|
|
label: Game Extra Parameters
|
|
description: "Enter your game extra parameters, one per entry"
|
|
schema:
|
|
type: list
|
|
default: []
|
|
items:
|
|
- variable: game_params_extra_entry
|
|
label: Extra Parameter Entry
|
|
description: Single parameter per entry.
|
|
schema:
|
|
type: string
|
|
default: ""
|
|
required: true
|
|
# Include{containerConfig}
|
|
# Include{serviceRoot}
|
|
- variable: main
|
|
label: Main Service
|
|
description: The Primary service on which the healthcheck runs, often the webUI
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
# Include{serviceSelectorLoadBalancer}
|
|
# Include{serviceSelectorExtras}
|
|
- 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: 7777
|
|
required: true
|
|
- variable: game
|
|
label: Game Service Port Configuration (Main Port + 1)
|
|
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: 7778
|
|
required: true
|
|
- variable: query
|
|
label: Query service
|
|
description: Query Service Port Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
# Include{serviceSelectorLoadBalancer}
|
|
# Include{serviceSelectorExtras}
|
|
- variable: query
|
|
label: Query 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: 27015
|
|
required: true
|
|
- variable: rcon
|
|
label: Rcon service
|
|
description: Rcon Service Port Configuration
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
# Include{serviceSelectorLoadBalancer}
|
|
# Include{serviceSelectorExtras}
|
|
- 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: 27020
|
|
required: true
|
|
# Include{serviceExpertRoot}
|
|
# Include{serviceExpert}
|
|
# Include{serviceList}
|
|
# Include{persistenceRoot}
|
|
- variable: steamcmd
|
|
label: App SteamCMD Storage
|
|
description: Stores the Application SteamCMD.
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
# Include{persistenceBasic}
|
|
- variable: serverfiles
|
|
label: App ServerFiles Storage
|
|
description: Stores the Application ServerFiles.
|
|
schema:
|
|
additional_attrs: true
|
|
type: dict
|
|
attrs:
|
|
# Include{persistenceBasic}
|
|
# Include{persistenceList}
|
|
# Include{ingressList}
|
|
# Include{securityContextRoot}
|
|
- variable: runAsUser
|
|
label: "runAsUser"
|
|
description: "The UserID of the user running the application"
|
|
schema:
|
|
type: int
|
|
default: 0
|
|
- variable: runAsGroup
|
|
label: "runAsGroup"
|
|
description: "The groupID of the user running the application"
|
|
schema:
|
|
type: int
|
|
default: 0
|
|
# Include{securityContextContainer}
|
|
# Include{securityContextAdvanced}
|
|
# Include{securityContextPod}
|
|
- variable: fsGroup
|
|
label: "fsGroup"
|
|
description: "The group that should own ALL storage."
|
|
schema:
|
|
type: int
|
|
default: 568
|
|
# Include{resources}
|
|
# Include{advanced}
|
|
# Include{addons}
|
|
# Include{codeserver}
|
|
# Include{netshoot}
|
|
# Include{vpn}
|
|
# Include{documentation}
|