From 833fda35761eb178bc59086865ad1120112e9401 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Tue, 3 Feb 2026 00:38:05 +0000 Subject: [PATCH] Automated Manifest Update (#3675) This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3675 Co-authored-by: gitea-bot Co-committed-by: gitea-bot --- clusters/cl01tl/manifests/garage/Deployment-garage-webui.yaml | 4 ++-- clusters/cl01tl/manifests/garage/ServiceMonitor-garage.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/manifests/garage/Deployment-garage-webui.yaml b/clusters/cl01tl/manifests/garage/Deployment-garage-webui.yaml index 80e8b79b8..b8709eac3 100644 --- a/clusters/cl01tl/manifests/garage/Deployment-garage-webui.yaml +++ b/clusters/cl01tl/manifests/garage/Deployment-garage-webui.yaml @@ -38,9 +38,9 @@ spec: containers: - env: - name: API_BASE_URL - value: http://garage-main.garage:3903 + value: http://garage-1.garage:3903 - name: S3_ENDPOINT_URL - value: http://garage-main.garage:3900 + value: http://garage-1.garage:3900 - name: API_ADMIN_KEY valueFrom: secretKeyRef: diff --git a/clusters/cl01tl/manifests/garage/ServiceMonitor-garage.yaml b/clusters/cl01tl/manifests/garage/ServiceMonitor-garage.yaml index 1a17036f8..9beb7c450 100644 --- a/clusters/cl01tl/manifests/garage/ServiceMonitor-garage.yaml +++ b/clusters/cl01tl/manifests/garage/ServiceMonitor-garage.yaml @@ -17,6 +17,7 @@ spec: matchLabels: app.kubernetes.io/instance: garage app.kubernetes.io/name: garage + app.kubernetes.io/service: garage-1 endpoints: - bearerTokenSecret: key: GARAGE_METRICS_TOKEN