Merge pull request 'More bgp->l2 changes' (#272) from bgp->l2 into main
Reviewed-on: jahanson/homelab#272
This commit is contained in:
commit
91702db976
7 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
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:
|
||||
pgmonitor:
|
||||
|
|
|
@ -70,7 +70,7 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
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
|
||||
ports:
|
||||
mqtt:
|
||||
|
@ -102,4 +102,4 @@ spec:
|
|||
mosquitto-externalconfig:
|
||||
type: emptyDir
|
||||
globalMounts:
|
||||
- path: /mosquitto/external_config
|
||||
- path: /mosquitto/external_config
|
||||
|
|
|
@ -20,5 +20,5 @@ spec:
|
|||
allowFirstLastIPs: "Yes"
|
||||
blocks:
|
||||
- # Controller VIP: 192.168.42.120
|
||||
start: 10.45.0.1
|
||||
stop: 10.45.0.30
|
||||
start: 10.1.1.30
|
||||
stop: 10.1.1.49
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
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:
|
||||
enabled: true
|
||||
|
|
|
@ -33,7 +33,7 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
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
|
||||
|
||||
publishService:
|
||||
|
|
|
@ -62,7 +62,7 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
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:
|
||||
http:
|
||||
port: 8686
|
||||
|
|
|
@ -119,7 +119,7 @@ spec:
|
|||
controller: qbittorrent
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.45.0.5
|
||||
io.cilium/lb-ipam-ips: 10.1.1.34
|
||||
ports:
|
||||
bittorrent:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue