diff --git a/_disabled/freeswitch/application.yaml b/_disabled/freeswitch/application.yaml index e589abd..5aeab81 100644 --- a/_disabled/freeswitch/application.yaml +++ b/_disabled/freeswitch/application.yaml @@ -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 diff --git a/elastic-system/application.yml b/elastic-system/application.yml index f08b6b0..d965ae3 100644 --- a/elastic-system/application.yml +++ b/elastic-system/application.yml @@ -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 diff --git a/nyancat/application.yaml b/nyancat/application.yaml index a39b613..b875efe 100644 --- a/nyancat/application.yaml +++ b/nyancat/application.yaml @@ -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 diff --git a/unifi/unifi.yaml b/unifi/unifi.yaml index 6bcabd7..e118b26 100644 --- a/unifi/unifi.yaml +++ b/unifi/unifi.yaml @@ -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 diff --git a/wildduck/loadbalancer.yaml b/wildduck/loadbalancer.yaml index a5801c1..3de3c9d 100644 --- a/wildduck/loadbalancer.yaml +++ b/wildduck/loadbalancer.yaml @@ -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