diff --git a/crates/collab/k8s/manifest.template.yml b/crates/collab/k8s/manifest.template.yml index 42ff546cb9bb0866b112f2940cae2075ff440265..68658b575ed4bbabf94248845a83fffffba96f36 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"