Adds Health Check for StorageService

This commit is contained in:
2024-02-16 20:33:33 -03:00
parent 3ee5ebe212
commit 0b6c47770b

View File

@@ -26,6 +26,11 @@ spec:
cpu: "250m"
ports:
- containerPort: 8000
readinessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 30
env:
- name: ALLOWED_ORIGINS
valueFrom: