From d94137d969f93dc54fcc887d56e5261275c1ecea Mon Sep 17 00:00:00 2001 From: Fabrice Rabaute Date: Wed, 29 Jun 2022 12:08:10 +0200 Subject: [PATCH] Disable health probe Disable probe (which is enabled in 1.45+) because it breaks the client See the following links for more info: https://github.com/spinnaker/spinnaker/issues/6655 https://github.com/spinnaker/halyard/pull/1955 --- charts/spinnaker/values.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/charts/spinnaker/values.yaml b/charts/spinnaker/values.yaml index 9e95ef3..b9e29f2 100644 --- a/charts/spinnaker/values.yaml +++ b/charts/spinnaker/values.yaml @@ -103,10 +103,15 @@ halyard: # echo_echo.yml: |- # ... - ## Uncomment if you want to add extra commands to the init script + ## Add extra commands to the init script ## run by the init container before halyard is started. ## The content will be passed through `tpl`, so value interpolation is supported. - # additionalInitScript: |- + additionalInitScript: |- + # Disable probe (which is enabled in 1.45+) because it breaks the client + # See the following links for more info: + # https://github.com/spinnaker/spinnaker/issues/6655 + # https://github.com/spinnaker/halyard/pull/1955 + printf 'management.health.probes.enabled: false\n' >> /tmp/config/halyard-local.yml ## Uncomment if you want to add annotations on halyard and install-using-hal pods # annotations: