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
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: *host
|
||||
io.cilium/lb-ipam-ips: 10.1.1.40
|
||||
ports:
|
||||
http:
|
||||
port: *port
|
||||
|
|
|
@ -87,8 +87,6 @@ spec:
|
|||
app:
|
||||
controller: plex
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.39
|
||||
ports:
|
||||
http:
|
||||
port: 32400
|
||||
|
|
|
@ -56,8 +56,6 @@ spec:
|
|||
app:
|
||||
controller: *app
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.33
|
||||
nameOverride: *app
|
||||
ports:
|
||||
http:
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
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:
|
||||
pgmonitor:
|
||||
|
@ -215,7 +215,7 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
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:
|
||||
labels:
|
||||
app.kubernetes.io/name: crunchy-postgres-pgbouncer
|
||||
|
|
|
@ -36,6 +36,6 @@ spec:
|
|||
listenersServiceTemplate:
|
||||
metadata:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.38
|
||||
io.cilium/lb-ipam-ips: "10.5.0.50"
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
|
|
|
@ -18,9 +18,6 @@ spec:
|
|||
enabled: true
|
||||
kubernetesService:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.39
|
||||
connection:
|
||||
secretName: mxs-connection
|
||||
port: 3306
|
||||
|
@ -33,6 +30,3 @@ spec:
|
|||
fsGroupChangePolicy: OnRootMismatch
|
||||
service:
|
||||
type: LoadBalancer
|
||||
metadata:
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.33
|
||||
|
|
|
@ -31,7 +31,6 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
external-dns.alpha.kubernetes.io/hostname: external.hsn.dev
|
||||
io.cilium/lb-ipam-ips: 10.1.1.30
|
||||
|
||||
publishService:
|
||||
enabled: true
|
||||
|
|
|
@ -92,7 +92,7 @@ spec:
|
|||
controller: *app
|
||||
type: LoadBalancer
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.34
|
||||
lbipam.cilium.io/ips: 10.1.1.51
|
||||
nameOverride: *app
|
||||
ports:
|
||||
http:
|
||||
|
|
Reference in a new issue