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:
|
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:
|
||||||
|
@@ -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
|
||||||
|
@@ -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]
|
||||||
|
Reference in New Issue
Block a user