feat: Add HTTP configuration options for Home Assistant Helm chart

This commit is contained in:
sha
2026-03-30 23:45:14 +03:00
parent 5b16f666a3
commit 7fd9d16626
4 changed files with 46 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: 8123
targetPort: {{ .Values.http.server_port }}
protocol: TCP
name: http
selector: