From 10816eb59f33546f78f276aa5e08a17e3f57747d Mon Sep 17 00:00:00 2001 From: git Date: Wed, 12 Mar 2025 13:28:42 +0000 Subject: [PATCH] 'update files with ansible' --- embyserver/Chart.yaml | 4 ++-- embyserver/values.yaml | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/embyserver/Chart.yaml b/embyserver/Chart.yaml index 16778dd..4d80d50 100644 --- a/embyserver/Chart.yaml +++ b/embyserver/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.3.1 +version: 0.3.41 # 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: 4.9.0.1 +appVersion: 4.9.0.41 icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 8bb3186..fd3243c 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -36,17 +36,18 @@ service: ingress: external: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" + enabled: true + annotations: + kubernetes.io/ingress.class: nginx + nginx.ingress.kubernetes.io/backend-protocol: HTTP hosts: - - host: chart-example.local - paths: [] - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + - host: emby.ervine.cloud + paths: + - path: / + tls: + - secretName: emby-ervine-cloud-tls + hosts: + - emby.ervine.cloud internal: enabled: false annotations: {} @@ -56,9 +57,9 @@ ingress: - host: chart-example.local paths: [] tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: # We usually recommend not to specify default resources and to leave this as a conscious