fix(apps/jellyfin): fix Ingress syntax

This commit is contained in:
Khue Doan 2021-11-27 21:30:49 +07:00
parent d506b01389
commit b6f82f76e1
2 changed files with 6 additions and 1 deletions

View File

@ -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/

View File

@ -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: