This commit is contained in:
Sense T
2023-09-06 04:41:05 +00:00
parent d5933d6be0
commit 54b5e8d6f9
10 changed files with 211 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: home-assistant
spec:
type: LoadBalancer
selector:
app: home-assistant
ports:
- port: 8124
targetPort: web
ipFamilyPolicy: PreferDualStack
ipFamilies:
- IPv4
- IPv6