home assistant

This commit is contained in:
Morten Olsen
2025-09-06 21:21:00 +02:00
parent 9928f908a0
commit fee900fa72
27 changed files with 388 additions and 28 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: "{{ .Release.Name }}"
labels:
app: "{{ .Release.Name }}"
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8123
protocol: TCP
name: http
selector:
app: "{{ .Release.Name }}"