Skip to content

Conversation

@MemberIT
Copy link
Contributor

@MemberIT MemberIT commented Feb 2, 2026

Add support for HAProxy global section configuration via new haproxy.globalConfig parameter. This allows users to configure global HAProxy settings like logging and performance tuning without replacing the entire configuration.

The global section is inserted before the 'defaults' section in the generated haproxy.cfg when haproxy.customConfig is not set.

What this PR does / why we need it:

haproxy:
  extraConfig:

Not suitable for global non-configurations, as it is placed at the end of the config, and the order in the haproxy config is important.

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [stable/mychartname])

Add support for HAProxy global section configuration via new
haproxy.globalConfig parameter. This allows users to configure
global HAProxy settings like logging and performance tuning
without replacing the entire configuration.

The global section is inserted before the 'defaults' section
in the generated haproxy.cfg when haproxy.customConfig is not set.
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.

1 participant