fix: try hostNetwork true to fix unreachable home-assitant
This commit is contained in:
parent
3724da25d7
commit
b7591a440b
1 changed files with 11 additions and 11 deletions
|
|
@ -15,18 +15,18 @@ spec:
|
|||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
hostNetwork: true
|
||||
service:
|
||||
http:
|
||||
type: ClusterIP
|
||||
port: 8123
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
hosts:
|
||||
- host: home-assistant.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
type: ClusterIP
|
||||
port: 8123
|
||||
# ingress:
|
||||
# enabled: true
|
||||
# className: traefik
|
||||
# hosts:
|
||||
# - host: home-assistant.local
|
||||
# paths:
|
||||
# - path: /
|
||||
# pathType: Prefix
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue