From 5a8cf2f4c274401531ede79430d513bfb0b23c7a Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 02:35:26 +0900 Subject: [PATCH] REFACTOR(gitea): remove deprecated MetalLB annotation - Remove metallb.universe.tf/allow-shared-ip annotation - Using ServiceLB instead of MetalLB --- gitea/helm-values.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 162b57a..aa71b04 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -134,8 +134,6 @@ service: type: LoadBalancer port: 2222 externalTrafficPolicy: Local - annotations: - metallb.universe.tf/allow-shared-ip: gitea # Ingress configuration ingress: