Adds LivenessProbe

This commit is contained in:
2024-09-04 18:32:59 -03:00
parent 92542006d3
commit 807279e409
5 changed files with 32 additions and 20 deletions

View File

@@ -31,6 +31,11 @@ spec:
path: /health
port: 8070
initialDelaySeconds: 60
livenessProbe:
httpGet:
path: /health
port: 8070
initialDelaySeconds: 60
env:
- name: FRONTEND_PATH
valueFrom: