fix service name

This commit is contained in:
2024-02-13 07:06:52 -07:00
parent 438ceef98b
commit 1cb675e7c3
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -57,6 +57,6 @@ spec:
priority: 10
services:
- kind: Service
name: codeserver-http
name: home-assistant-codeserver
port: {{ .Values.codeserver.service.http.port }}
{{- end }}