cilium l2 service ips
This commit is contained in:
parent
1e6a85a7eb
commit
2e535fad7f
8 changed files with 4 additions and 16 deletions
|
@ -58,7 +58,6 @@ spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: *host
|
external-dns.alpha.kubernetes.io/hostname: *host
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.40
|
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: *port
|
port: *port
|
||||||
|
|
|
@ -87,8 +87,6 @@ spec:
|
||||||
app:
|
app:
|
||||||
controller: plex
|
controller: plex
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.39
|
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
port: 32400
|
port: 32400
|
||||||
|
|
|
@ -56,8 +56,6 @@ spec:
|
||||||
app:
|
app:
|
||||||
controller: *app
|
controller: *app
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.33
|
|
||||||
nameOverride: *app
|
nameOverride: *app
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
|
|
|
@ -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.1.1.35
|
lbipam.cilium.io/ips: "10.5.0.52"
|
||||||
|
|
||||||
monitoring:
|
monitoring:
|
||||||
pgmonitor:
|
pgmonitor:
|
||||||
|
@ -215,7 +215,7 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: pgbouncer.jahanson.tech
|
external-dns.alpha.kubernetes.io/hostname: pgbouncer.jahanson.tech
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.36
|
lbipam.cilium.io/ips: "10.5.0.53"
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: crunchy-postgres-pgbouncer
|
app.kubernetes.io/name: crunchy-postgres-pgbouncer
|
||||||
|
|
|
@ -36,6 +36,6 @@ spec:
|
||||||
listenersServiceTemplate:
|
listenersServiceTemplate:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.38
|
io.cilium/lb-ipam-ips: "10.5.0.50"
|
||||||
spec:
|
spec:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
|
@ -18,9 +18,6 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
kubernetesService:
|
kubernetesService:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.39
|
|
||||||
connection:
|
connection:
|
||||||
secretName: mxs-connection
|
secretName: mxs-connection
|
||||||
port: 3306
|
port: 3306
|
||||||
|
@ -33,6 +30,3 @@ spec:
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
service:
|
service:
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.33
|
|
||||||
|
|
|
@ -31,7 +31,6 @@ 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.1.1.30
|
|
||||||
|
|
||||||
publishService:
|
publishService:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
@ -92,7 +92,7 @@ spec:
|
||||||
controller: *app
|
controller: *app
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
io.cilium/lb-ipam-ips: 10.1.1.34
|
lbipam.cilium.io/ips: 10.1.1.51
|
||||||
nameOverride: *app
|
nameOverride: *app
|
||||||
ports:
|
ports:
|
||||||
http:
|
http:
|
||||||
|
|
Reference in a new issue