HA: changes 15

This commit is contained in:
Ruben Hensen
2024-12-24 15:13:14 +01:00
parent 6d7c0fb766
commit a5b17de8f0
2 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
pathType: Prefix
backend:
service:
name: ha-svc
name: home-assistant-external
port:
name: http
+6 -9
View File
@@ -1,14 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: ha-svc
name: home-assistant-external
namespace: default
spec:
selector:
app.kubernetes.io/name: app
type: ExternalName
externalName: 192.168.1.202
ports:
- name: http
protocol: TCP
port: 80
targetPort: 8123
externalIPs:
- 192.168.1.202
- port: 8123
protocol: TCP