Files
truecharts/charts/dev/alienswarm-reactivedrop/values.yaml
Kjeld Schouten-Lebbing 76a2e81774 feat(apps): Unraid Port - A (#2438)
* feat(apps): Unraid Port - A

* fix some minimal issues with naming

* cleanup unwanted Apps

* fix some weirdness

* fix some more issues with the parser

* fixes

* use tccr

* some fixes

* fix some things

* fix current issues

* patches

* NUKE AD SHIT
2022-04-08 12:15:01 +02:00

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"]