From 341b9fd022e3927c193999c8357a4b7ff19c7491 Mon Sep 17 00:00:00 2001 From: cryptic Dev Date: Wed, 25 Mar 2026 22:44:22 +0100 Subject: [PATCH] Fix typo in periodSeconds value in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1db3bd7..08c84e9 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ readinessProbe: path: /api/v1/health/detailed port: 3000 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 10. ``` ## Open source workflow