added liveness and rediness probes for telegram-listener.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
b70b947095
commit
fa279f6c56
@ -79,6 +79,22 @@ spec:
|
|||||||
mountPath: /app/.secrets
|
mountPath: /app/.secrets
|
||||||
- name: rw-files
|
- name: rw-files
|
||||||
mountPath: /tmp/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:
|
volumes:
|
||||||
- name: secrets
|
- name: secrets
|
||||||
secret:
|
secret:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user