ha endpoints

This commit is contained in:
Philip Haupt
2025-09-21 22:36:41 +02:00
parent da476e9fbd
commit 63b4b30c95
2 changed files with 15 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Endpoints
metadata:
name: home-assistant
namespace: home-assistant
subsets:
- addresses:
- ip: 192.168.0.101
ports:
- port: 8123
protocol: TCP

View File

@@ -5,8 +5,6 @@ metadata:
name: home-assistant name: home-assistant
namespace: home-assistant namespace: home-assistant
spec: spec:
type: ExternalName
externalName: smart.home
ports: ports:
- port: 8123 - port: 8123
targetPort: 8123 targetPort: 8123