[FEATURE] Add support for exec
health and readiness checks
#113
Labels
new feature/idea
New feature or request
exec
health and readiness checks
#113
Detailed description
The existing http probe checks are useful but not all container runtimes support them (for example, docker compose, etc..). A command-based probe is often more generic and easier to configure correctly.
Context
Score-compose cannot perform http health checks on containers or services.
Possible implementation
Also a good idea to add to the existing
containerProbe
spec:(there are lots of other possibe fields here too but we want to keep things simple)
Additional information
No response
The text was updated successfully, but these errors were encountered: