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