FIX(gitea): restore metallb annotation to gitea-ss

- 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
This commit is contained in:
2025-12-29 02:54:17 +09:00
parent 32ab5a75fe
commit 148c36b930

View File

@@ -134,6 +134,8 @@ service:
type: LoadBalancer type: LoadBalancer
port: 2222 port: 2222
externalTrafficPolicy: Local externalTrafficPolicy: Local
annotations:
metallb.universe.tf/allow-shared-ip: gitea
# Ingress configuration # Ingress configuration
ingress: ingress: