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

[Feat] Add nodePort and loadbalancerIPAddress as optional fields in WG gateway template #2799

Merged

Commits on Nov 19, 2024

  1. feat: allow optional values in template

    This patch introduces a new syntax for the templates allowing the usage
    of optional values: when a field in a template starts with ? (question
    mark) and it contains a variable, that field is rendered in the template
    only if that variable has a value.
    claudiolor authored and fra98 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ddb2062 View commit details
    Browse the repository at this point in the history
  2. feat: add nodePort and loadbalancerIPAddress as fields in WG gateway

    This patch adds nodePort and loadbalancerIPAddress as optional fields
    in the template of the Wireguard gateway server service. This allows to
    specify those fields in the GatewayServer configuration without asking
    the user to manually edit the template.
    claudiolor authored and fra98 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    37236f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5f8712 View commit details
    Browse the repository at this point in the history