OpsMx / spinnaker-helm

Stable helm chart of Spinnaker
Apache License 2.0
23 stars 43 forks source link

Disable health probe #27

Open jfrabaute opened 2 years ago

jfrabaute commented 2 years ago

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

snorlaX-sleeps commented 2 years ago

This could also be set here, thus making it configurable? https://github.com/OpsMx/spinnaker-helm/blob/main/charts/spinnaker/values.yaml#L109 printf 'management.health.probes.enabled: false\n' >> /tmp/config/halyard-local.yml

jfrabaute commented 2 years ago

Good point, done!