From 7b5ef96315244ffd6bd9b4baedfcf9e56ca13c90 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Tue, 4 Jul 2023 00:03:42 +1000 Subject: [PATCH] some structure --- .../01-deployments/flask-htmx-master.yaml | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/manifests/01-deployments/flask-htmx-master.yaml b/manifests/01-deployments/flask-htmx-master.yaml index b81e94a..56891aa 100644 --- a/manifests/01-deployments/flask-htmx-master.yaml +++ b/manifests/01-deployments/flask-htmx-master.yaml @@ -20,19 +20,19 @@ spec: - containerPort: 5000 #### таймауты и прочее взяты с потолка - # livenessProbe: - # httpGet: - # path: /liveness - # port: 5000 - # initialDelaySeconds: 2 - # timeoutSeconds: 2 - # periodSeconds: 5 - # failureThreshold: 2 - # readinessProbe: - # httpGet: - # path: /readiness - # port: 5000 - # initialDelaySeconds: 3 - # timeoutSeconds: 3 - # periodSeconds: 10 - # failureThreshold: 3 + livenessProbe: + httpGet: + path: /liveness + port: 5000 + initialDelaySeconds: 2 + timeoutSeconds: 2 + periodSeconds: 5 + failureThreshold: 2 + readinessProbe: + httpGet: + path: /readiness + port: 5000 + initialDelaySeconds: 3 + timeoutSeconds: 3 + periodSeconds: 10 + failureThreshold: 3