feat: Add ESPHome Helm chart

This commit is contained in:
sha
2026-03-18 00:48:12 +02:00
parent fba99adcfc
commit 07a3de1ffa
5 changed files with 136 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
labels:
app.kubernetes.io/name: {{ .Chart.Name }}
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
type: ClusterIP
selector:
app: {{ .Release.Name }}
ports:
- name: http
port: 80
targetPort: 6052
protocol: TCP
- name: api
port: 6053
targetPort: 6053
protocol: TCP