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
|
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
|
||||||
|
|
Loading…
Reference in a new issue