fix both ingress
This commit is contained in:
parent
96724f8d41
commit
097153db29
1 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@ spec:
|
|||
type: LoadBalancer
|
||||
annotations:
|
||||
io.cilium/lb-ipam-ips: 10.1.1.40
|
||||
external-dns.alpha.kubernetes.io/hostname: jellyfin.jahanson.tech
|
||||
ports:
|
||||
http:
|
||||
port: *port
|
||||
|
@ -101,7 +102,7 @@ spec:
|
|||
- path: /
|
||||
service:
|
||||
identifier: app
|
||||
port: http
|
||||
port: *port
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue