From 5ea25e64ea486318b2045075713820aade75b231 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Tue, 4 Jul 2023 00:01:47 +1000 Subject: [PATCH] some structure --- .../01-deployments/flask-htmx-master.yaml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/manifests/01-deployments/flask-htmx-master.yaml b/manifests/01-deployments/flask-htmx-master.yaml index 4e4d429..b81e94a 100644 --- a/manifests/01-deployments/flask-htmx-master.yaml +++ b/manifests/01-deployments/flask-htmx-master.yaml @@ -18,21 +18,21 @@ spec: image: flask-htmx-board1:master-of-slaves ports: - 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