move to incubator

This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-20 21:20:59 +02:00
parent 90381463b4
commit 7fe2b56fe5
498 changed files with 0 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
env:
GAME_ID: '541790'
GAME_PARAMS: dow_cathedral
GAME_PORT: '7777'
PASSWRD: ''
QUERY_PORT: '27015'
USERNAME: ''
VALIDATE: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/daysofwar
tag: latest
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 7777
protocol: UDP
targetPort: 7777
steamport:
enabled: true
ports:
steamport:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015