From 0b6c47770b634511ebe330b1e30b354029e14fa1 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Nakazone Batista Date: Fri, 16 Feb 2024 20:33:33 -0300 Subject: [PATCH] Adds Health Check for StorageService --- deployment/storage/storage.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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: