Skip to content

Commit

Permalink
feat(kyak): update to new cilium annotation format
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Oct 5, 2024
1 parent 5f2828b commit 3a2521f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kubernetes/kyak/apps/auth/smtp-relay/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
controller: smtp-relay
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.0.42.123
lbipam.cilium.io/ips: 10.0.42.123
external-dns.alpha.kubernetes.io/target: smtp-relay.${SECRET_PUBLIC_DOMAIN}
ports:
http:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: postgres-lb
annotations:
external-dns.alpha.kubernetes.io/hostname: postgres.${SECRET_PUBLIC_DOMAIN}
io.cilium/lb-ipam-ips: 10.0.42.205
lbipam.cilium.io/ips: 10.0.42.205
spec:
type: LoadBalancer
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
service:
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.0.42.5
lbipam.cilium.io/ips: 10.0.42.5
autoscaling:
enabled: false
affinity:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kyak/apps/media/jellyfin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
controller: jellyfin
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.0.42.128
lbipam.cilium.io/ips: 10.0.42.128
ports:
http:
port: 8096
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
controller: qbittorrent
type: LoadBalancer
annotations:
io.cilium/lb-ipam-ips: 10.0.42.122
lbipam.cilium.io/ips: 10.0.42.122
ports:
http:
port: *port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
type: LoadBalancer
annotations:
external-dns.alpha.kubernetes.io/hostname: vector.${SECRET_PUBLIC_DOMAIN}
io.cilium/lb-ipam-ips: 10.0.42.127
lbipam.cilium.io/ips: 10.0.42.127
ports:
http:
primary: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
service:
annotations:
external-dns.alpha.kubernetes.io/hostname: internal.${SECRET_PUBLIC_DOMAIN}
io.cilium/lb-ipam-ips: 10.0.42.200
lbipam.cilium.io/ips: 10.0.42.200
ingressClassResource:
name: internal
default: true
Expand Down

0 comments on commit 3a2521f

Please sign in to comment.