From 261f6be7dbcae618294976a2c67c549731a4892c Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Mon, 31 Aug 2026 22:51:05 -0500 Subject: [PATCH] Fix readiness probe to use /health endpoint (no auth needed) --- cluster/applications/body-wars/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/applications/body-wars/deployment.yaml b/cluster/applications/body-wars/deployment.yaml index 178bd56..b50c850 100644 --- a/cluster/applications/body-wars/deployment.yaml +++ b/cluster/applications/body-wars/deployment.yaml @@ -80,7 +80,7 @@ spec: failureThreshold: 3 readinessProbe: httpGet: - path: /api/v1/models + path: /health port: http initialDelaySeconds: 10 periodSeconds: 5