From 58f07a3c317fbeb722e2f8172013f70738322204 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 3 Jul 2023 22:59:11 +1000 Subject: [PATCH] some structure --- manifests/01-deployments/flask-htmx-dev.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/01-deployments/flask-htmx-dev.yaml b/manifests/01-deployments/flask-htmx-dev.yaml index 49ed574..b4b0b0f 100644 --- a/manifests/01-deployments/flask-htmx-dev.yaml +++ b/manifests/01-deployments/flask-htmx-dev.yaml @@ -24,7 +24,7 @@ spec: httpGet: path: /liveness port: 5000 - initialDelaySeconds: 15 + initialDelaySeconds: 2 timeoutSeconds: 2 periodSeconds: 5 failureThreshold: 2 @@ -32,7 +32,7 @@ spec: httpGet: path: /readiness port: 5000 - initialDelaySeconds: 10 + initialDelaySeconds: 3 timeoutSeconds: 3 periodSeconds: 10 failureThreshold: 3 \ No newline at end of file