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
+28 -22
View File
@@ -1,26 +1,28 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cstrike1-6
tag: latest@sha256:e852e4999b68304bda93274d5ab90588f8be2cb37d124dcb72ba7f8fbc43398b
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
GAME_ID: "90"
GAME_MOD: ""
GAME_NAME: cstrike
GAME_PARAMS: +maxplayers 32 +map de_dust
GAME_PORT: "27015"
PASSWRD: ""
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cstrike1-6
tag: latest@sha256:e852e4999b68304bda93274d5ab90588f8be2cb37d124dcb72ba7f8fbc43398b
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
VALIDATE: false
probes:
liveness:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
@@ -28,15 +30,11 @@ probes:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
startup:
port: "{{ .Values.service.tcprcon.ports.tcprcon.targetPort }}"
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
@@ -49,5 +47,13 @@ service:
protocol: TCP
targetPort: 27015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true