Skip to content

webHttp is used for both port and FTL configuration #371

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

Open
craigcabrey opened this issue May 9, 2025 · 0 comments · May be fixed by #372
Open

webHttp is used for both port and FTL configuration #371

craigcabrey opened this issue May 9, 2025 · 0 comments · May be fixed by #372

Comments

@craigcabrey
Copy link

webHttp is used to configure two things at once:

  1. Container port (https://github.com/MoJo2600/pihole-kubernetes/blob/main/charts/pihole/templates/deployment.yaml#L215-L217)
  2. Environment variable (https://github.com/MoJo2600/pihole-kubernetes/blob/main/charts/pihole/templates/deployment.yaml#L159-L160)

The problem with this is that the env overrides whatever is in the config. And I can't change webHttp to the proper value (80,[::]:80), since it's not a valid port.

This value is necessary for IPv6 to work (otherwise I have to disable the probes), from the docs:

In order to use port 80 for all interfaces, both IPv4 and IPv6, use either the configuration "80,[::]:80"

@craigcabrey craigcabrey linked a pull request May 9, 2025 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

1 participant