add app home assistant core

This commit is contained in:
2024-07-01 16:16:11 +10:00
parent 4c5cbb2cdb
commit 04c2e97b6f
5 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: home-assistant-ingress
namespace: home-assistant
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
spec:
rules:
- host: home-assistant.cluster.local
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: home-assistant
port:
number: 8123