fix liveness proba for myorg-assistant app
This commit is contained in:
@@ -159,11 +159,8 @@ spec:
|
|||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
tcpSocket:
|
||||||
command:
|
port: 8000
|
||||||
- sh
|
|
||||||
- -c
|
|
||||||
- "ps aux | grep 'python -m src.main bot' | grep -v grep"
|
|
||||||
initialDelaySeconds: 30
|
initialDelaySeconds: 30
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user