added liveness and rediness probes for telegram-listener.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ruberoid 2025-05-11 14:05:44 +04:00
parent b70b947095
commit fa279f6c56

View File

@ -79,6 +79,22 @@ spec:
mountPath: /app/.secrets
- name: rw-files
mountPath: /tmp/rw-files
livenessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /health
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
volumes:
- name: secrets
secret: