homeassistant

This commit is contained in:
Philip Haupt
2025-09-21 20:23:14 +02:00
parent e7423dc2bc
commit 724183b133
2 changed files with 19 additions and 0 deletions

13
homeassistant/svc.yaml Normal file
View File

@@ -0,0 +1,13 @@
---
apiVersion: v1
kind: Service
metadata:
name: vm-service
namespace: default
spec:
type: ExternalName
externalName: 192.168.0.101
ports:
- port: 8123
targetPort: 8123
protocol: TCP