cilium l2 service ips

This commit is contained in:
Joseph Hanson 2025-01-06 07:40:42 -06:00
parent 1e6a85a7eb
commit 2e535fad7f
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
8 changed files with 4 additions and 16 deletions

View file

@ -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

View file

@ -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

View file

@ -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:

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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: