45 lines
948 B
YAML
45 lines
948 B
YAML
env:
|
|
GAME_ID: '563560'
|
|
GAME_NAME: reactivedrop
|
|
GAME_PARAMS: +map lobby -maxplayers 4 +exec server.cfg
|
|
GAME_PORT: '27015'
|
|
PASSWRD: ''
|
|
USERNAME: ''
|
|
VALIDATE: ''
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/alienswarm-reactivedrop
|
|
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: UDP
|
|
targetPort: 27015
|
|
tcp-rconport:
|
|
enabled: true
|
|
ports:
|
|
tcp-rconport:
|
|
enabled: true
|
|
port: 27015
|
|
protocol: TCP
|
|
targetPort: 27015
|
|
command: ["/bin/sh"]
|
|
args: ["-c", "groupmod -g ${GID} ${USER} && bash /opt/scripts/start.sh"]
|