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: 8000
initialDelaySeconds: 30
livenessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 30
env:
- name: ALLOWED_ORIGINS
valueFrom: