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

@@ -5,8 +5,8 @@ metadata:
namespace: freeswitch
annotations:
external-dns.alpha.kubernetes.io/hostname: freeswitch.k-space.ee
metallb.universe.tf/address-pool: eenet
metallb.universe.tf/ip-allocated-from-pool: eenet
metallb.io/address-pool: eenet
metallb.io/ip-allocated-from-pool: eenet
spec:
ports:
- name: sip-internal-udp

View File

@@ -146,7 +146,7 @@ metadata:
name: filebeat-syslog-udp
annotations:
external-dns.alpha.kubernetes.io/hostname: syslog.k-space.ee
metallb.universe.tf/allow-shared-ip: syslog.k-space.ee
metallb.io/allow-shared-ip: syslog.k-space.ee
spec:
type: LoadBalancer
externalTrafficPolicy: Local
@@ -165,7 +165,7 @@ metadata:
name: filebeat-syslog-tcp
annotations:
external-dns.alpha.kubernetes.io/hostname: syslog.k-space.ee
metallb.universe.tf/allow-shared-ip: syslog.k-space.ee
metallb.io/allow-shared-ip: syslog.k-space.ee
spec:
type: LoadBalancer
externalTrafficPolicy: Local

View File

@@ -36,7 +36,7 @@ metadata:
name: nyancat
namespace: nyancat
annotations:
metallb.universe.tf/address-pool: zoo
metallb.io/address-pool: zoo
external-dns.alpha.kubernetes.io/hostname: nyancat.k-space.ee
spec:
type: LoadBalancer

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

View File

@@ -5,7 +5,7 @@ metadata:
name: wildduck
annotations:
external-dns.alpha.kubernetes.io/hostname: mail.k-space.ee
metallb.universe.tf/address-pool: wildduck
metallb.io/address-pool: wildduck
spec:
loadBalancerIP: 193.40.103.25
type: LoadBalancer