From 8ee34a42a8352a63f348ebc3538f2c97c59d1e8d Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Wed, 27 Sep 2023 21:27:07 +0800 Subject: [PATCH] Fix indents --- jellyfin/values.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/jellyfin/values.yaml b/jellyfin/values.yaml index b85d628..83d1d57 100644 --- a/jellyfin/values.yaml +++ b/jellyfin/values.yaml @@ -40,27 +40,27 @@ ingress: annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/backend-protocol: HTTP - hosts: + hosts: - host: fin.k8s.ipa.champion paths: - path: / - tls: - - secretName: fin-internal-tls - hosts: - - fin.k8s.ipa.champion + 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: + hosts: - host: fin.ervine.cloud paths: - path: / - tls: - - secretName: fin-ervine-cloud-tls - hosts: - - fin.ervine.cloud + 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