Skip to content

draft: healthchecks for the deletion service

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

Update this part with a description of your changes

Prepare to run the app on k8s:

  • add a /healthz endpoint that checks the liveness of app dependencies
  • expose the endpoint on a configurable port

Merge request reports