From b9c77965476893d94cfe35a0a558e3c112fda46a Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 14 Dec 2022 09:35:36 +0100 Subject: [PATCH] Reduce readiness probe delay and period --- crates/collab/k8s/manifest.template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/collab/k8s/manifest.template.yml b/crates/collab/k8s/manifest.template.yml index 42ff546cb9..68658b575e 100644 --- a/crates/collab/k8s/manifest.template.yml +++ b/crates/collab/k8s/manifest.template.yml @@ -63,8 +63,8 @@ spec: httpGet: path: / port: 8080 - initialDelaySeconds: 5 - periodSeconds: 5 + initialDelaySeconds: 1 + periodSeconds: 1 env: - name: HTTP_PORT value: "8080"