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:
@@ -26,4 +26,4 @@ sources:
|
||||
- https://steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.17
|
||||
version: 0.0.19
|
||||
|
||||
@@ -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,53 +40,41 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: GAME_ID
|
||||
label: 'GAME_ID'
|
||||
description: "The GAMEID that the container download at startup.If you want to install a static or beta version of the game change the value to 1829350 -beta YOURBRANCH (without quotes, replace YOURBRANCH with the branch or version you want to install)."
|
||||
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: "1829350"
|
||||
- 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: ""
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: SERVER_NAME
|
||||
label: 'SERVER_NAME'
|
||||
label: "SERVER_NAME"
|
||||
description: "Enter your preferred server name."
|
||||
schema:
|
||||
type: string
|
||||
default: "V Rising Docker"
|
||||
- variable: WORLD_NAME
|
||||
label: 'WORLD_NAME'
|
||||
label: "WORLD_NAME"
|
||||
description: "Enter your prefered world name."
|
||||
schema:
|
||||
type: string
|
||||
default: "world1"
|
||||
- variable: GAME_PARAMS
|
||||
label: 'GAME_PARAMS'
|
||||
label: "GAME_PARAMS"
|
||||
description: "Enter additional game startup parameters if needed, otherwise leave empty."
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: ENABLE_BEPINEX
|
||||
label: 'ENABLE_BEPINEX'
|
||||
label: "ENABLE_BEPINEX"
|
||||
description: "If you want to enable BepInEx for V Rising set this variable to true (without quotes).For more information please refer to this site httpsv-rising.thunderstore.iopackageBepInExBepInExPackVRising"
|
||||
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: 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: ""
|
||||
# Include{containerConfig}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
|
||||
@@ -1,26 +1,27 @@
|
||||
env:
|
||||
ENABLE_BEPINEX: ""
|
||||
GAME_ID: "1829350"
|
||||
GAME_PARAMS: ""
|
||||
PASSWRD: ""
|
||||
SERVER_NAME: V Rising Docker
|
||||
USERNAME: ""
|
||||
VALIDATE: ""
|
||||
WORLD_NAME: world1
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/v-rising
|
||||
tag: latest@sha256:9488d7ca887d905d931b4c71c801bfdbf81b58fc29aee0338956a691f3d046d0
|
||||
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:
|
||||
ENABLE_BEPINEX: ""
|
||||
GAME_ID: "1829350"
|
||||
GAME_PARAMS: ""
|
||||
SERVER_NAME: V Rising Docker
|
||||
VALIDATE: false
|
||||
WORLD_NAME: world1
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
@@ -28,18 +29,22 @@ probes:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 9876
|
||||
protocol: UDP
|
||||
targetPort: 9876
|
||||
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
mountPath: /serverdata/serverfiles
|
||||
steamcmd:
|
||||
enabled: true
|
||||
mountPath: /serverdata/steamcmd
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user