Define how your resource's health should be checked.
@if ($customHealthcheckFound)
A custom health check has been detected. If you enable this health check, it will disable the custom one and use this instead.
@endif
{{-- Healthcheck Type Selector --}}
@if ($healthCheckType === 'http')
{{-- HTTP Healthcheck Fields --}}
@else
{{-- CMD Healthcheck Fields --}}
This command runs inside the container on every health check interval. Shell operators (;, |, &, $, >, <) are not allowed.
@endif
{{-- Common timing fields (used by both types) --}}