chore: io.cilium/lb-ipam-ips

This commit is contained in:
auricom
2025-08-21 01:48:36 +02:00
parent 9fc23d7e2c
commit 42a98c5d16
3 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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]