platform: use current MetalLB VIP annotations

This commit is contained in:
Robot
2026-06-18 16:44:49 -05:00
parent a7ba47e307
commit 28f9ac2ef9
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: gitea-ssh
namespace: gitea
annotations:
metallb.universe.tf/loadBalancerIPs: 10.0.57.206
metallb.io/loadBalancerIPs: 10.0.57.206
spec:
type: LoadBalancer
externalTrafficPolicy: Local

View File

@@ -15,8 +15,7 @@ spec:
spec:
externalTrafficPolicy: Local
annotations:
metallb.universe.tf/address-pool: prod-pool
metallb.universe.tf/loadBalancerIPs: 10.0.57.202
metallb.io/loadBalancerIPs: 10.0.57.202
ingressClass:
enabled: true
isDefaultClass: false