Use latest

This commit is contained in:
Nikolai Rodionov 2024-05-31 16:45:05 +02:00
parent 4331622a9a
commit acb6d7b520
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 16 additions and 12 deletions

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: team-fortress-2 name: team-fortress-2
description: A Helm chart for running a Team Fortress 2 server description: A Helm chart for running a Team Fortress 2 server
type: application type: application
version: 0.1.0 version: 0.1.1
appVersion: "base" appVersion: "latest"
maintainers: maintainers:
- name: allanger - name: allanger
email: allanger@badhouseplants.net email: allanger@badhouseplants.net

View File

@ -21,16 +21,16 @@ workload:
envFrom: envFrom:
- environment - environment
- secrets - secrets
livenessProbe: #livenessProbe:
tcpSocket: # tcpSocket:
port: 27015 # port: 27015
failureThreshold: 6 # failureThreshold: 6
periodSeconds: 10 # periodSeconds: 10
readinessProbe: #readinessProbe:
tcpSocket: # tcpSocket:
port: 27015 # port: 27015
failureThreshold: 2 # failureThreshold: 2
periodSeconds: 10 # periodSeconds: 10
startupProbe: startupProbe:
failureThreshold: 80 failureThreshold: 80
initialDelaySeconds: 30 initialDelaySeconds: 30
@ -81,6 +81,8 @@ service:
traefik: traefik:
udpRoutes: udpRoutes:
tf2: tf2:
entryPoints:
- valve-server
routes: routes:
- services: - services:
- name: '{{ include "chart.fullname" $ }}' - name: '{{ include "chart.fullname" $ }}'
@ -90,6 +92,8 @@ traefik:
tcpRoutes: tcpRoutes:
rcon: rcon:
entryPoints:
- valve-rcon
routes: routes:
- match: HostSNI(`*`) - match: HostSNI(`*`)
services: services: