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
+25 -20
View File
@@ -1,25 +1,26 @@
env:
DATA_PERM: "770"
GAME_ID: "746200"
GAME_PARAMS: Port=10027 QueryPort=10037 -log
PASSWRD: ""
UMASK: "000"
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/postscriptum
tag: latest@sha256:0e22bc65fa4cd8b1311f2455b815918a966bb2444df4507cdda421961c32a42d
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:
DATA_PERM: "770"
GAME_ID: "746200"
GAME_PARAMS: Port=10027 QueryPort=10037 -log
VALIDATE: false
probes:
liveness:
enabled: false
@@ -27,15 +28,11 @@ probes:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 10027
protocol: UDP
targetPort: 10027
@@ -48,5 +45,13 @@ service:
protocol: UDP
targetPort: 10037
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true