Switch to non-deprecated metallb annotations

Fixes issue #118
This commit is contained in:
2025-08-26 19:58:08 +03:00
parent 4b7073997c
commit fd58faeccb
5 changed files with 8 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ metadata:
name: lb-unifi
namespace: unifi
annotations:
metallb.universe.tf/allow-shared-ip: 'true'
metallb.io/allow-shared-ip: 'true'
traefik.ingress.kubernetes.io/service.serverstransport: unifi-unifi@kubernetescrd
spec:
type: LoadBalancer
@@ -115,7 +115,7 @@ metadata:
name: lb-unifi-udp
namespace: unifi
annotations:
metallb.universe.tf/allow-shared-ip: 'true'
metallb.io/allow-shared-ip: 'true'
spec:
type: LoadBalancer
externalTrafficPolicy: Local