Skip to content

Commit 1c63a78

Browse files
added startup default probe endpoint
1 parent c579a1a commit 1c63a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

middleware/healthcheck/config.go

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ type Config struct {
2424
const (
2525
DefaultLivenessEndpoint = "/livez"
2626
DefaultReadinessEndpoint = "/readyz"
27+
DefaultStartupEndpoint = "/startupz"
2728
)
2829

2930
func defaultProbe(fiber.Ctx) bool { return true }

0 commit comments

Comments
 (0)