diff --git a/deployment/storage/storage.yaml b/deployment/storage/storage.yaml index 2ffe59d..e0bab28 100644 --- a/deployment/storage/storage.yaml +++ b/deployment/storage/storage.yaml @@ -26,6 +26,11 @@ spec: cpu: "250m" ports: - containerPort: 8000 + readinessProbe: + httpGet: + path: /health + port: 8000 + initialDelaySeconds: 30 env: - name: ALLOWED_ORIGINS valueFrom: