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 -23
View File
@@ -1,27 +1,28 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pvk-ii
tag: latest@sha256:25a2f8527d8a70e19c1ea2253173dd5a180a3b23c28fa888941fd75a9a56ef24
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
USERNAME: ""
PASSWRD: ""
env:
DATA_PERM: "770"
GAME_ID: "17575"
GAME_NAME: pvkii
GAME_PARAMS: -maxplayers 18 +map bt_island
GAME_PORT: "27015"
PASSWRD: ""
UMASK: "000"
USERNAME: ""
VALIDATE: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/pvk-ii
tag: latest@sha256:25a2f8527d8a70e19c1ea2253173dd5a180a3b23c28fa888941fd75a9a56ef24
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 }}"
@@ -29,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
@@ -50,5 +47,13 @@ service:
protocol: TCP
targetPort: 27015
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
portal:
enabled: true