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://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/ - https://hub.docker.com/r/ich777/steamcmd/
type: application 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)" description: "Enter your game parameters separated with ? and start with ? (don't put spaces in between eg: ?MaxPlayers=40?FastDecayUnsnappedCoreStructures=true)"
schema: schema:
type: string type: string
default: "" default: "?RCONPort=27020?RCONEnabled=True"
- variable: GAME_PARAMS_EXTRA - variable: GAME_PARAMS_EXTRA
label: "GAME_PARAMS_EXTRA" label: "GAME_PARAMS_EXTRA"
description: "Values to start the server" description: "Values to start the server"
schema: schema:
type: string type: string
default: "-server -log" default: "-server -log -crossplay"
# Include{containerConfig} # Include{containerConfig}
# Include{serviceRoot} # Include{serviceRoot}
- variable: main - variable: main
@@ -19,8 +19,8 @@ secretEnv:
env: env:
GAME_ID: "376030" GAME_ID: "376030"
GAME_PARAMS: "" GAME_PARAMS: "?RCONPort=27020?RCONEnabled=True"
GAME_PARAMS_EXTRA: -server -log GAME_PARAMS_EXTRA: -server -log -crossplay
MAP: TheIsland MAP: TheIsland
SERVER_NAME: "" SERVER_NAME: ""
VALIDATE: false VALIDATE: false
+1
View File
@@ -25,6 +25,7 @@ words:
- configfile - configfile
- configmap - configmap
- containo - containo
- crossplay
- daemonset - daemonset
- dbcreds - dbcreds
- dbengine - dbengine