Skip to content

fix: prioritize webserver_port in extraEnvVars #372

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

craigcabrey
Copy link

Description of the change

When overriding FTLCONF_webserver_port via the extraEnvVars, a duplicate key is produced. This change checks if that variable is defined in extraEnvVars and if so, defers to that definition.

Benefits

Allows users to modify the currently hardcoded FTLCONF_webserver_port value.

Possible drawbacks

Advanced/niche use case, could be difficult to use for beginners.

Applicable issues

Fixes #371

Additional information

Checklist

@auto-assign auto-assign bot requested a review from MoJo2600 May 9, 2025 15:30
@josimar-silva
Copy link

Thanks for fixing that!!!

I had to use fluxcd postRenderers to be able to configure 443s on the webserver.

Hope it gets included in the next release. 🤞

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 this pull request may close these issues.

webHttp is used for both port and FTL configuration
3 participants