mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
chore: io.cilium/lb-ipam-ips
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user