From 5f15ee336f4564f6056fa12604c0cb8529c5ebf0 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Sun, 11 Feb 2024 14:37:11 +0800 Subject: [PATCH] Update emby chart --- embyserver/values.yaml | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 90c1906..8bb3186 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -35,17 +35,30 @@ service: port: 8096 ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: + external: + 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 + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local + internal: + 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