Format tf2 chart
This commit is contained in:
		@@ -6,7 +6,7 @@ workload:
 | 
			
		||||
      image:
 | 
			
		||||
        registry: docker.io
 | 
			
		||||
        repository: cm2network/tf2
 | 
			
		||||
        tag: 
 | 
			
		||||
        tag:
 | 
			
		||||
        pullPolicy: Always
 | 
			
		||||
      ports:
 | 
			
		||||
        - tf2
 | 
			
		||||
@@ -96,14 +96,14 @@ env:
 | 
			
		||||
      SRCDS_MAXPLAYERS: "14"
 | 
			
		||||
      SRCDS_REGION: "3"
 | 
			
		||||
      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_MAPCYCLE: "mapcycle_default.txt" # -- value can be overwritten by tf/cfg/server.cfg
 | 
			
		||||
      SRCDS_SECURED: "1" # -- 0 to start the server as insecured
 | 
			
		||||
      SRCDS_MAPCYCLE: "mapcycle_default.txt"  # -- value can be overwritten by tf/cfg/server.cfg
 | 
			
		||||
      SRCDS_SECURED: "1"  # -- 0 to start the server as insecured
 | 
			
		||||
  secrets:
 | 
			
		||||
    sensitive: true
 | 
			
		||||
    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:
 | 
			
		||||
  # -- Because by default the fs is read-only, we need to add an emtpy dir volume
 | 
			
		||||
  steam:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user