From a41495ac5b29a7fab377b86c1776afdfc8d73eff Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 11 Mar 2026 14:40:53 -0500 Subject: [PATCH] feat: change service --- clusters/cl01tl/helm/garage/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/garage/values.yaml b/clusters/cl01tl/helm/garage/values.yaml index a2b612b26..110c3fcd9 100644 --- a/clusters/cl01tl/helm/garage/values.yaml +++ b/clusters/cl01tl/helm/garage/values.yaml @@ -118,9 +118,9 @@ garage: pullPolicy: IfNotPresent env: - name: API_BASE_URL - value: http://garage-1.garage:3903 + value: http://garage-main.garage:3903 - name: S3_ENDPOINT_URL - value: http://garage-1.garage:3900 + value: http://garage-main.garage:3900 - name: API_ADMIN_KEY valueFrom: secretKeyRef: