fix(arkserver): add some default params (#3694)

This commit is contained in:
Stavros Kois
2022-09-04 21:00:41 +00:00
committed by GitHub
parent 2e8ec6dbe4
commit ff23c37573
4 changed files with 6 additions and 5 deletions
@@ -26,4 +26,4 @@ sources:
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.23
version: 0.0.24
@@ -82,13 +82,13 @@ questions:
description: "Enter your game parameters separated with ? and start with ? (don't put spaces in between eg: ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
schema:
type: string
default: ""
default: "?RCONPort=27020?RCONEnabled=True"
- variable: GAME_PARAMS_EXTRA
label: "GAME_PARAMS_EXTRA"
description: "Values to start the server"
schema:
type: string
default: "-server -log"
default: "-server -log -crossplay"
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
@@ -19,8 +19,8 @@ secretEnv:
env:
GAME_ID: "376030"
GAME_PARAMS: ""
GAME_PARAMS_EXTRA: -server -log
GAME_PARAMS: "?RCONPort=27020?RCONEnabled=True"
GAME_PARAMS_EXTRA: -server -log -crossplay
MAP: TheIsland
SERVER_NAME: ""
VALIDATE: false
+1
View File
@@ -25,6 +25,7 @@ words:
- configfile
- configmap
- containo
- crossplay
- daemonset
- dbcreds
- dbengine