mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
feat: Add HTTP configuration options for Home Assistant Helm chart
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user