fix: home-assistant port try
This commit is contained in:
parent
54481d2071
commit
263507c852
1 changed files with 7 additions and 5 deletions
|
|
@ -15,18 +15,20 @@ spec:
|
|||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
hostNetwork: true
|
||||
hostPort:
|
||||
enabled: true
|
||||
port: 8123
|
||||
# hostNetwork: true
|
||||
# hostPort:
|
||||
# enabled: true
|
||||
# port: 8123
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8080
|
||||
port: 8123
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
hosts:
|
||||
- host: home-assistant.local
|
||||
ports:
|
||||
port: 8123
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue