Tags: deckhouse/lib-helm
Tags
Added helm_lib_module_init_container_iptables_wrapper (#175) * Added helm_lib_module_init_container_iptables_wrapper Signed-off-by: Denis Meshkov <[email protected]> * added built doc Signed-off-by: Denis Meshkov <[email protected]> * Added unit tests, updated snapshot Signed-off-by: Denis Meshkov <[email protected]> * fixed endfile new lines Signed-off-by: Denis Meshkov <[email protected]> * fixed hash Signed-off-by: Denis Meshkov <[email protected]> --------- Signed-off-by: Denis Meshkov <[email protected]>
feat: restructure runtime values into Instance and Package (#174) Signed-off-by: Timur Tuktamyshev <[email protected]>
feat(_module_controller): add additionalPorts to webhook service (#173) 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") ) ... Signed-off-by: v.oleynikov <[email protected]>
feat(_module_controller): add controllerMetricsPort parameter (#172) Add optional controllerMetricsPort parameter to helm_lib_module_controller_manifests template for exposing metrics port in controller container. Usage: $config := dict "controllerMetricsPort" 8080 ...
Module controller and webhook common manifests (#171) Signed-off-by: v.oleynikov <[email protected]>
PreviousNext