diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index ff4fa86226..f0f2092601 100644 --- a/stable/home-assistant/Chart.yaml +++ b/stable/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.107.7 description: Home Assistant name: home-assistant -version: 0.12.7 +version: 0.12.8 keywords: - home-assistant - hass diff --git a/stable/home-assistant/templates/service.yaml b/stable/home-assistant/templates/service.yaml index e44ecece02..94602313ee 100644 --- a/stable/home-assistant/templates/service.yaml +++ b/stable/home-assistant/templates/service.yaml @@ -58,7 +58,7 @@ spec: - name: vscode port: {{ .Values.vscode.service.port }} protocol: TCP - targetPort: 80 + targetPort: {{ .Values.vscode.service.port }} {{ if (and (eq .Values.vscode.service.type "NodePort") (not (empty .Values.vscode.service.nodePort))) }} nodePort: {{.Values.vscode.service.nodePort}} {{ end }}