fix liveness proba for myorg-assistant app

This commit is contained in:
Roger Oriol
2026-02-14 12:04:37 +01:00
parent 4fa91f8724
commit 3ff8312e35

View File

@@ -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