Format tf2 chart
This commit is contained in:
parent
7d9cc68698
commit
b424496f1b
@ -6,7 +6,7 @@ workload:
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: cm2network/tf2
|
repository: cm2network/tf2
|
||||||
tag:
|
tag:
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- tf2
|
- tf2
|
||||||
@ -96,14 +96,14 @@ env:
|
|||||||
SRCDS_MAXPLAYERS: "14"
|
SRCDS_MAXPLAYERS: "14"
|
||||||
SRCDS_REGION: "3"
|
SRCDS_REGION: "3"
|
||||||
SRCDS_STARTMAP: "ctf_2fort"
|
SRCDS_STARTMAP: "ctf_2fort"
|
||||||
SRCDS_HOSTNAME: "New TF Server" # -- first launch only
|
SRCDS_HOSTNAME: "New TF Server" # -- first launch only
|
||||||
SRCDS_CFG: "server.cfg"
|
SRCDS_CFG: "server.cfg"
|
||||||
SRCDS_MAPCYCLE: "mapcycle_default.txt" # -- value can be overwritten by tf/cfg/server.cfg
|
SRCDS_MAPCYCLE: "mapcycle_default.txt" # -- value can be overwritten by tf/cfg/server.cfg
|
||||||
SRCDS_SECURED: "1" # -- 0 to start the server as insecured
|
SRCDS_SECURED: "1" # -- 0 to start the server as insecured
|
||||||
secrets:
|
secrets:
|
||||||
sensitive: true
|
sensitive: true
|
||||||
data:
|
data:
|
||||||
SRCDS_TOKEN: "" # -- value is is required to be listed & reachable, retrieve token here (AppID 440): https://steamcommunity.com/dev/managegameservers
|
SRCDS_TOKEN: "" # -- value is is required to be listed & reachable, retrieve token here (AppID 440): https://steamcommunity.com/dev/managegameservers
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
# -- Because by default the fs is read-only, we need to add an emtpy dir volume
|
# -- Because by default the fs is read-only, we need to add an emtpy dir volume
|
||||||
steam:
|
steam:
|
||||||
|
Loading…
Reference in New Issue
Block a user