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 pathType: Prefix
backend: backend:
service: service:
name: ha-svc name: home-assistant-external
port: port:
name: http name: http
+5 -8
View File
@@ -1,14 +1,11 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: ha-svc name: home-assistant-external
namespace: default
spec: spec:
selector: type: ExternalName
app.kubernetes.io/name: app externalName: 192.168.1.202
ports: ports:
- name: http - port: 8123
protocol: TCP protocol: TCP
port: 80
targetPort: 8123
externalIPs:
- 192.168.1.202