TrueChartsClone/charts/dev/alienswarm/values.yaml

52 lines
1022 B
YAML

env:
GAME_ID: '635'
GAME_NAME: swarm
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
GAME_PORT: '27015'
PASSWRD: ''
USERNAME: ''
VALIDATE: ''
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/alienswarm
tag: latest
persistence:
serverfiles:
enabled: true
mountPath: /serverdata/serverfiles
steamcmd:
enabled: true
mountPath: /serverdata/steamcmd
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 27015
protocol: TCP
targetPort: 27015
gameport:
enabled: true
ports:
tcp-rconport:
enabled: true
port: 27015
protocol: UDP
targetPort: 27015
command: ["/bin/sh"]
args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"]
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false