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