From 61b1f591b15ff54415fcb3d5a3b4fe57350d6bfe Mon Sep 17 00:00:00 2001 From: git Date: Sun, 11 Feb 2024 06:45:01 +0000 Subject: [PATCH] 'update files with ansible' --- jellyfin/Chart.yaml | 4 ++-- jellyfin/values.yaml | 37 +++++++++++-------------------------- 2 files changed, 13 insertions(+), 28 deletions(-) diff --git a/jellyfin/Chart.yaml b/jellyfin/Chart.yaml index 9a8a7aa..c82fc70 100644 --- a/jellyfin/Chart.yaml +++ b/jellyfin/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.11 +version: 0.2.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 10.8.11 +appVersion: 10.8.13-1 icon: https://git.ervine.org/jonny/charts/raw/branch/master/jellyfin/jellyfin.png diff --git a/jellyfin/values.yaml b/jellyfin/values.yaml index 83d1d57..6906211 100644 --- a/jellyfin/values.yaml +++ b/jellyfin/values.yaml @@ -35,32 +35,17 @@ service: port: 8096 ingress: - 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 + 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 resources: # We usually recommend not to specify default resources and to leave this as a conscious