From 60579c62300f77887dd99bdd1fccc08bb3e477c7 Mon Sep 17 00:00:00 2001 From: Khwezi Mngoma Date: Sat, 13 Jun 2026 13:14:27 +0200 Subject: [PATCH] Slowed down health check stream --- midrandbooksapi-uat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/midrandbooksapi-uat.yml b/midrandbooksapi-uat.yml index f56f389..dfdb1be 100644 --- a/midrandbooksapi-uat.yml +++ b/midrandbooksapi-uat.yml @@ -161,8 +161,8 @@ spec: httpGet: path: /health port: 8080 - initialDelaySeconds: 5 - periodSeconds: 10 + initialDelaySeconds: 10 + periodSeconds: 15 readinessProbe: httpGet: path: /health