Skip to content

Conversation

@duckhawk
Copy link
Member

@duckhawk duckhawk commented Jan 14, 2026

Add optional additionalPorts parameter to helm_lib_module_webhook_service template for exposing additional ports in the service.

Usage:
$config := dict
"additionalPorts" (list
(dict "name" "metrics" "port" 8080 "targetPort" "metrics")
)
...

Add optional additionalPorts parameter to helm_lib_module_webhook_service
template for exposing additional ports in the service.

Usage:
  $config := dict
    "additionalPorts" (list
      (dict "name" "metrics" "port" 8080 "targetPort" "metrics")
    )
    ...
@duckhawk duckhawk self-assigned this Jan 14, 2026
@NikolayDemchuk NikolayDemchuk self-requested a review January 14, 2026 11:40
@duckhawk duckhawk merged commit 86183ab into main Jan 14, 2026
3 of 4 checks passed
@duckhawk duckhawk deleted the voleynikov-add-service-additional-ports branch January 14, 2026 11:42
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.

3 participants