From 560afd1fff677824d5a535b116d1f85220c1bcde Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 14 May 2026 20:16:58 -0500 Subject: [PATCH] feat: change to explicit port --- clusters/cl01tl/helm/grimmory/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clusters/cl01tl/helm/grimmory/values.yaml b/clusters/cl01tl/helm/grimmory/values.yaml index f0fc10e73..8def067cb 100644 --- a/clusters/cl01tl/helm/grimmory/values.yaml +++ b/clusters/cl01tl/helm/grimmory/values.yaml @@ -44,7 +44,7 @@ grimmory: spec: httpGet: path: /api/v1/healthcheck - port: http + port: 6060 failureThreshold: 5 periodSeconds: 10 timeoutSeconds: 5 @@ -54,7 +54,7 @@ grimmory: spec: httpGet: path: /api/v1/healthcheck - port: http + port: 6060 failureThreshold: 5 periodSeconds: 10 timeoutSeconds: 5 @@ -64,7 +64,7 @@ grimmory: spec: httpGet: path: /api/v1/healthcheck - port: http + port: 6060 failureThreshold: 5 periodSeconds: 10 timeoutSeconds: 5