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