From 148c36b93059a2e6603ba4761b292839804edace Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 02:54:17 +0900 Subject: [PATCH] FIX(gitea): restore metallb annotation to gitea-ss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add metallb.universe.tf/allow-shared-ip annotation back to gitea SSH service - This allows MetalLB to assign VIP and fix ArgoCD health status (Progressing → Healthy) - Service will get 10.0.0.101 from MetalLB IPAddressPool --- gitea/helm-values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index aa71b04..162b57a 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -134,6 +134,8 @@ service: type: LoadBalancer port: 2222 externalTrafficPolicy: Local + annotations: + metallb.universe.tf/allow-shared-ip: gitea # Ingress configuration ingress: