diggerhq / helm-charts

Apache License 2.0
8 stars 6 forks source link

Implemented livenessProbe and startupProbe #2

Closed SalvoRusso8 closed 5 months ago

SalvoRusso8 commented 5 months ago

The /health endpoint of the digger application is tested to check if the application is running correctly.

The probes are defined in the default values.yaml and can be customized.