From 42a98c5d169cc01a1f838f3a707c92fcadf07163 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Thu, 21 Aug 2025 01:48:36 +0200 Subject: [PATCH] chore: io.cilium/lb-ipam-ips --- .../database/crunchy-postgres-operator/cluster/cluster.yaml | 2 +- kubernetes/apps/network/envoy-gateway/config/gateway.yaml | 4 ++-- kubernetes/apps/network/k8s-gateway/app/helmrelease.yaml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml b/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml index 47d06d723..db4daa7d8 100644 --- a/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml +++ b/kubernetes/apps/database/crunchy-postgres-operator/cluster/cluster.yaml @@ -191,7 +191,7 @@ spec: service: metadata: annotations: - lbipam.cilium.io/ips: ${CLUSTER_LB_POSTGRES} + io.cilium/lb-ipam-ips: ${CLUSTER_LB_POSTGRES} type: LoadBalancer replicas: *replica metadata: diff --git a/kubernetes/apps/network/envoy-gateway/config/gateway.yaml b/kubernetes/apps/network/envoy-gateway/config/gateway.yaml index 728ce3881..e2aaa521f 100644 --- a/kubernetes/apps/network/envoy-gateway/config/gateway.yaml +++ b/kubernetes/apps/network/envoy-gateway/config/gateway.yaml @@ -23,7 +23,7 @@ spec: infrastructure: annotations: external-dns.alpha.kubernetes.io/hostname: *host - lbipam.cilium.io/ips: 192.168.169.121 + io.cilium/lb-ipam-ips: 192.168.169.121 listeners: - name: http protocol: HTTP @@ -56,7 +56,7 @@ spec: infrastructure: annotations: external-dns.alpha.kubernetes.io/hostname: *host - lbipam.cilium.io/ips: 192.168.169.122 + io.cilium/lb-ipam-ips: 192.168.169.122 listeners: - name: http protocol: HTTP diff --git a/kubernetes/apps/network/k8s-gateway/app/helmrelease.yaml b/kubernetes/apps/network/k8s-gateway/app/helmrelease.yaml index ea07ea892..0274e0087 100644 --- a/kubernetes/apps/network/k8s-gateway/app/helmrelease.yaml +++ b/kubernetes/apps/network/k8s-gateway/app/helmrelease.yaml @@ -39,6 +39,6 @@ spec: type: LoadBalancer port: 53 annotations: - lbipam.cilium.io/ips: ${CLUSTER_LB_K8SGATEWAY} - externalTrafficPolicy: Local - watchedResources: ["HTTPRoute", "Ingress", "Service"] + io.cilium/lb-ipam-ips: ${CLUSTER_LB_K8SGATEWAY} + externalTrafficPolicy: Cluster + watchedResources: [HTTPRoute, Service]