mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:24:36 +07:00
fix(apps/jellyfin): fix Ingress syntax
This commit is contained in:
parent
d506b01389
commit
b6f82f76e1
@ -3,5 +3,5 @@ name: jellyfin
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: jellyfin
|
||||
version: 9.0.0
|
||||
version: 9.2.0
|
||||
repository: https://k8s-at-home.com/charts/
|
||||
|
@ -2,8 +2,13 @@ jellyfin:
|
||||
ingress:
|
||||
main:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
||||
hosts:
|
||||
- host: jellyfin.khuedoan.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: jellyfin-tls-certificate
|
||||
hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user