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
+24 -19
View File
@@ -1,36 +1,30 @@
env:
GAME_ID: "233780"
GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: "2302"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/arma3
tag: latest@sha256:310a25a393a791867f6e4b0f83c6b75f4acae798da836791e8819f629f9a7f4a
persistence:
profiles:
enabled: true
mountPath: /serverdata/.local/share
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: "233780"
GAME_PARAMS: -config=server.cfg -mod=
GAME_PORT: "2302"
VALIDATE: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 2302
protocol: TCP
targetPort: 2302
@@ -75,5 +69,16 @@ service:
protocol: UDP
targetPort: 2305
persistence:
profiles:
enabled: true
mountPath: /serverdata/.local/share
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true