k8s-deployment/values/badhouseplants/values.team-fortress-2.yaml

41 lines
821 B
YAML

workload:
kind: Deployment
containers:
tf2:
mounts:
files:
maps:
mode: 420
path: /home/steam/tf-dedicated/tf/cfg/pl_maps.txt
subPath: pl_maps.txt
motd:
mode: 420
path: /home/steam/tf-dedicated/tf/cfg/motd.txt
subPath: motd.txt
traefik:
enabled: true
tcpRoutes:
- name: team-fortress-2
service: team-fortress-2-tf2-rcon
match: HostSNI(`*`)
entrypoint: tf2-rcon
port: 27015
udpRoutes:
- name: team-fortress-2
service: team-fortress-2-tf2
match: HostSNI(`*`)
entrypoint: tf2-main
port: 27015
storage:
data:
size: 16G
env:
environment:
sensitive: false
data:
SRCDS_STARTMAP: "pl_goldrush"
SRCDS_HOSTNAME: "I hate CS2"