From 1cb675e7c3fb854037216c7d2e3cf7818cdb5107 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 13 Feb 2024 07:06:52 -0700 Subject: [PATCH] fix service name --- charts/home-assistant/Chart.yaml | 2 +- charts/home-assistant/templates/ingress-route.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/home-assistant/Chart.yaml b/charts/home-assistant/Chart.yaml index c4c2f82..9752a07 100644 --- a/charts/home-assistant/Chart.yaml +++ b/charts/home-assistant/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: home-assistant -version: 0.0.6 +version: 0.0.7 description: Chart for Home Assistant keywords: - home-automation diff --git a/charts/home-assistant/templates/ingress-route.yaml b/charts/home-assistant/templates/ingress-route.yaml index 7374d34..ead53a0 100644 --- a/charts/home-assistant/templates/ingress-route.yaml +++ b/charts/home-assistant/templates/ingress-route.yaml @@ -57,6 +57,6 @@ spec: priority: 10 services: - kind: Service - name: codeserver-http + name: home-assistant-codeserver port: {{ .Values.codeserver.service.http.port }} {{- end }}