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: service:
metadata: metadata:
annotations: annotations:
lbipam.cilium.io/ips: ${CLUSTER_LB_POSTGRES} io.cilium/lb-ipam-ips: ${CLUSTER_LB_POSTGRES}
type: LoadBalancer type: LoadBalancer
replicas: *replica replicas: *replica
metadata: metadata:

View File

@@ -23,7 +23,7 @@ spec:
infrastructure: infrastructure:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: *host 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: listeners:
- name: http - name: http
protocol: HTTP protocol: HTTP
@@ -56,7 +56,7 @@ spec:
infrastructure: infrastructure:
annotations: annotations:
external-dns.alpha.kubernetes.io/hostname: *host 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: listeners:
- name: http - name: http
protocol: HTTP protocol: HTTP

View File

@@ -39,6 +39,6 @@ spec:
type: LoadBalancer type: LoadBalancer
port: 53 port: 53
annotations: annotations:
lbipam.cilium.io/ips: ${CLUSTER_LB_K8SGATEWAY} io.cilium/lb-ipam-ips: ${CLUSTER_LB_K8SGATEWAY}
externalTrafficPolicy: Local externalTrafficPolicy: Cluster
watchedResources: ["HTTPRoute", "Ingress", "Service"] watchedResources: [HTTPRoute, Service]