Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling proxy config without ingress #78

Open
liamsorsby opened this issue Sep 19, 2024 · 3 comments
Open

Enabling proxy config without ingress #78

liamsorsby opened this issue Sep 19, 2024 · 3 comments

Comments

@liamsorsby
Copy link

Would it be possible to seperate out the configuration of the http options in the configuration.yaml and it being tightly coupled with the ingress.yaml template?

I've decided to go down the route of using an Istio gateway along with a virtual service. However, setting the ingress to true to enable the http configuration below then causes ip mismatch errors to occur.

@liamsorsby
Copy link
Author

For now, I've just overwritten the template in the yaml to get around the issue.

@stelucz
Copy link

stelucz commented Oct 6, 2024

@liamsorsby configuration.yaml is just a part of regular values file. Drop these two lines from your helm values and you are good to go, https://github.com/pajikos/home-assistant-helm-chart/blob/main/charts/home-assistant/values.yaml#L180 https://github.com/pajikos/home-assistant-helm-chart/blob/main/charts/home-assistant/values.yaml#L187 even without a enabled ingress. I just tested that with my gateway api.

@pajikos
Copy link
Owner

pajikos commented Oct 10, 2024

@liamsorsby configuration.yaml is just a part of regular values file. Drop these two lines from your helm values and you are good to go, main/charts/home-assistant/values.yaml#L180 main/charts/home-assistant/values.yaml#L187 even without a enabled ingress. I just tested that with my gateway api.

Thank you, Lukas 💯

@liamsorsby Have you tried editing the default values?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants