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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user