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
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user