More bgp->l2 changes #272
7 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: postgres.jahanson.tech
|
external-dns.alpha.kubernetes.io/hostname: postgres.jahanson.tech
|
||||||
io.cilium/lb-ipam-ips: 10.45.0.7
|
io.cilium/lb-ipam-ips: 10.1.1.35
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
pgmonitor:
|
pgmonitor:
|
||||||
|
|
|
@ -70,7 +70,7 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: "mqtt.jahanson.tech"
|
external-dns.alpha.kubernetes.io/hostname: "mqtt.jahanson.tech"
|
||||||
io.cilium/lb-ipam-ips: "10.45.0.10"
|
io.cilium/lb-ipam-ips: "10.1.1.36"
|
||||||
externalTrafficPolicy: Local
|
externalTrafficPolicy: Local
|
||||||
ports:
|
ports:
|
||||||
mqtt:
|
mqtt:
|
||||||
|
@ -102,4 +102,4 @@ spec:
|
||||||
mosquitto-externalconfig:
|
mosquitto-externalconfig:
|
||||||
type: emptyDir
|
type: emptyDir
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /mosquitto/external_config
|
- path: /mosquitto/external_config
|
||||||
|
|
|
@ -20,5 +20,5 @@ spec:
|
||||||
allowFirstLastIPs: "Yes"
|
allowFirstLastIPs: "Yes"
|
||||||
blocks:
|
blocks:
|
||||||
- # Controller VIP: 192.168.42.120
|
- # Controller VIP: 192.168.42.120
|
||||||
start: 10.45.0.1
|
start: 10.1.1.30
|
||||||
stop: 10.45.0.30
|
stop: 10.1.1.49
|
||||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: external.hsn.dev
|
external-dns.alpha.kubernetes.io/hostname: external.hsn.dev
|
||||||
io.cilium/lb-ipam-ips: 10.45.0.2
|
io.cilium/lb-ipam-ips: 10.1.1.30
|
||||||
|
|
||||||
publishService:
|
publishService:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -33,7 +33,7 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: "internal.jahanson.tech"
|
external-dns.alpha.kubernetes.io/hostname: "internal.jahanson.tech"
|
||||||
io.cilium/lb-ipam-ips: "10.45.0.3"
|
io.cilium/lb-ipam-ips: "10.1.1.31"
|
||||||
externalTrafficPolicy: Cluster
|
externalTrafficPolicy: Cluster
|
||||||
|
|
||||||
publishService:
|
publishService:
|
||||||
|
|
|
@ -62,7 +62,7 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: vector.jahanson.tech
|
external-dns.alpha.kubernetes.io/hostname: vector.jahanson.tech
|
||||||
io.cilium/lb-ipam-ips: 10.45.0.4
|
io.cilium/lb-ipam-ips: 10.1.1.33
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 8686
|
port: 8686
|
||||||
|
|
|
@ -119,7 +119,7 @@ spec:
|
||||||
controller: qbittorrent
|
controller: qbittorrent
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 10.45.0.5
|
io.cilium/lb-ipam-ips: 10.1.1.34
|
||||||
ports:
|
ports:
|
||||||
bittorrent:
|
bittorrent:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue