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: 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
periodSeconds: 30 periodSeconds: 30
exec: tcpSocket:
command: port: 27015
- grep
- "Connectivity test: OK!"
- /Steam/logs/connection_log.txt
initContainers: initContainers:
0-prepare-config: 0-prepare-config:
image: image: