fix(incubator): some cleanup (#3586)

* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
This commit is contained in:
Stavros Kois
2022-08-27 02:12:33 +03:00
committed by GitHub
parent 2f9afd61b2
commit 9056d3c8f7
921 changed files with 3536 additions and 3420 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.17
version: 0.0.19
+26 -18
View File
@@ -12,6 +12,26 @@ questions:
# Include{recreate}
# Include{controllerExpert}
# Include{controllerExpertExtraArgs}
- variable: secretEnv
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: USERNAME
label: "USERNAME"
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: PASSWRD
label: "PASSWRD"
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
@@ -20,35 +40,23 @@ questions:
type: dict
attrs:
- variable: GAME_ID
label: 'GAME_ID'
description: "The GAMEID that the container download at startup.(httpsdeveloper.valvesoftware.comwikiDedicatedServersList)"
label: "GAME_ID"
description: "The GAME_ID that the container download at startup.(https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)"
schema:
type: string
default: "556450"
- variable: GAME_PARAMS
label: 'GAME_PARAMS'
label: "GAME_PARAMS"
description: "Enter your Token here you can obtain it here httpssteamcommunity.comdevmanagegameservers put it in like this serverSteamAccount YOURTOKEN (without quotes), you can also enter more startup commands here."
schema:
type: string
default: ""
- variable: USERNAME
label: 'USERNAME'
description: "Your Steam username goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
- variable: VALIDATE
label: 'VALIDATE'
label: "VALIDATE"
description: "Set the Variable to true if you want to validate the installation otherwise leave it blank."
schema:
type: string
default: ""
- variable: PASSWRD
label: 'PASSWRD'
description: "Your Steam password goes here if you want to install a game that needs a valid account, otherwise leave it blank (ATTENTION You have to disable Steam Guard)."
schema:
type: string
default: ""
type: boolean
default: true
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
+30 -24
View File
@@ -1,23 +1,25 @@
env:
GAME_ID: "556450"
GAME_PARAMS: ""
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/theforest
tag: latest@sha256:46b4cb096e846decab1d7a6ba8b604457b65cea26978f15f45fb499beb6f3705
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "556450"
GAME_PARAMS: ""
VALIDATE: false
probes:
liveness:
enabled: false
@@ -25,10 +27,14 @@ probes:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 8766
protocol: UDP
targetPort: 8766
gameport:
enabled: true
ports:
@@ -37,14 +43,6 @@ service:
port: 27015
protocol: UDP
targetPort: 27015
main:
enabled: true
ports:
main:
enabled: true
port: 8766
protocol: UDP
targetPort: 8766
steamqueryport:
enabled: true
ports:
@@ -54,5 +52,13 @@ service:
protocol: UDP
targetPort: 27016
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true