From 81241b63cadd6dfce7c10c184a5a855da1148f54 Mon Sep 17 00:00:00 2001 From: Anton Rubets Date: Mon, 14 Oct 2024 17:20:40 +0300 Subject: [PATCH] Fix probes --- dysnix/ton/values.yaml | 58 +++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/dysnix/ton/values.yaml b/dysnix/ton/values.yaml index 90e8c17b..5e5d0421 100644 --- a/dysnix/ton/values.yaml +++ b/dysnix/ton/values.yaml @@ -162,32 +162,32 @@ nodecheck: # -- Api node probes apicheck: - readinessProbe: - enabled: true - timeoutSeconds: 10 - failureThreshold: 2 - successThreshold: 1 - periodSeconds: 10 - exec: - command: - - python3 - - /scripts/health.py - livenessProbe: - enabled: true - timeoutSeconds: 3 - failureThreshold: 2 - successThreshold: 1 - periodSeconds: 10 - exec: - command: - - python3 - - /scripts/health.py - startupProbe: - enabled: true - failureThreshold: 2880 - periodSeconds: 30 - timeoutSeconds: 1 - exec: - command: - - python3 - - /scripts/health.py + readinessProbe: {} + # enabled: true + # timeoutSeconds: 10 + # failureThreshold: 2 + # successThreshold: 1 + # periodSeconds: 10 + # exec: + # command: + # - python3 + # - /scripts/health.py + livenessProbe: {} + # enabled: true + # timeoutSeconds: 3 + # failureThreshold: 2 + # successThreshold: 1 + # periodSeconds: 10 + # exec: + # command: + # - python3 + # - /scripts/health.py + startupProbe: {} + # enabled: true + # failureThreshold: 2880 + # periodSeconds: 30 + # timeoutSeconds: 1 + # exec: + # command: + # - python3 + # - /scripts/health.py