Format chart and enable probes

This commit is contained in:
Nikolai Rodionov 2024-05-31 18:59:10 +02:00
parent acb6d7b520
commit 7fe552408b
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -21,25 +21,22 @@ workload:
envFrom:
- environment
- secrets
#livenessProbe:
# tcpSocket:
# port: 27015
# failureThreshold: 6
# periodSeconds: 10
#readinessProbe:
# tcpSocket:
# port: 27015
# failureThreshold: 2
# periodSeconds: 10
livenessProbe:
tcpSocket:
port: 27015
failureThreshold: 6
periodSeconds: 10
readinessProbe:
tcpSocket:
port: 27015
failureThreshold: 2
periodSeconds: 10
startupProbe:
failureThreshold: 80
initialDelaySeconds: 30
periodSeconds: 30
exec:
command:
- grep
- "Connectivity test: OK!"
- /Steam/logs/connection_log.txt
tcpSocket:
port: 27015
initContainers:
0-prepare-config:
image: