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
|
name: home-assistant
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
values:
|
values:
|
||||||
|
hostNetwork: true
|
||||||
service:
|
service:
|
||||||
http:
|
type: ClusterIP
|
||||||
type: ClusterIP
|
port: 8123
|
||||||
port: 8123
|
# ingress:
|
||||||
ingress:
|
# enabled: true
|
||||||
enabled: true
|
# className: traefik
|
||||||
className: traefik
|
# hosts:
|
||||||
hosts:
|
# - host: home-assistant.local
|
||||||
- host: home-assistant.local
|
# paths:
|
||||||
paths:
|
# - path: /
|
||||||
- path: /
|
# pathType: Prefix
|
||||||
pathType: Prefix
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue