From 448c57b467f82cb1bd81ad3badc8bbce30b7f9de Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 11 Feb 2024 14:48:50 +0800 Subject: [PATCH] Update ingress --- jellyfin/values.yaml | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/jellyfin/values.yaml b/jellyfin/values.yaml index 6906211..83d1d57 100644 --- a/jellyfin/values.yaml +++ b/jellyfin/values.yaml @@ -35,17 +35,32 @@ service: port: 8096 ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: - - host: chart-example.local - paths: [] - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + internal: + enabled: true + annotations: + kubernetes.io/ingress.class: nginx + nginx.ingress.kubernetes.io/backend-protocol: HTTP + hosts: + - host: fin.k8s.ipa.champion + paths: + - path: / + tls: + - secretName: fin-internal-tls + hosts: + - fin.k8s.ipa.champion + external: + enabled: true + annotations: + kubernetes.io/ingress.class: nginx + nginx.ingress.kubernetes.io/backend-protocol: HTTP + hosts: + - host: fin.ervine.cloud + paths: + - path: / + tls: + - secretName: fin-ervine-cloud-tls + hosts: + - fin.ervine.cloud resources: # We usually recommend not to specify default resources and to leave this as a conscious