home assistant manual deployment

This commit is contained in:
2023-11-29 10:32:22 +01:00
parent d67f84813c
commit 0826a942d3
6 changed files with 59 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: homeassistant-web
spec:
selector:
app: homeassistant
ports:
- port: 8123
targetPort: 8123