fix both ingress

This commit is contained in:
Joseph Hanson 2024-10-23 22:57:46 -05:00
parent 96724f8d41
commit 097153db29
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -85,6 +85,7 @@ spec:
type: LoadBalancer type: LoadBalancer
annotations: annotations:
io.cilium/lb-ipam-ips: 10.1.1.40 io.cilium/lb-ipam-ips: 10.1.1.40
external-dns.alpha.kubernetes.io/hostname: jellyfin.jahanson.tech
ports: ports:
http: http:
port: *port port: *port
@ -101,7 +102,7 @@ spec:
- path: / - path: /
service: service:
identifier: app identifier: app
port: http port: *port
persistence: persistence:
config: config:
enabled: true enabled: true