Format chart and enable probes
This commit is contained in:
parent
acb6d7b520
commit
7fe552408b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user