From f12930869879626462bc8808827e71237da99d06 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Thu, 30 Oct 2025 17:03:36 +0900 Subject: [PATCH] chore(trino): adjust probe frequency --- trino/trino-values.gomplate.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/trino/trino-values.gomplate.yaml b/trino/trino-values.gomplate.yaml index 4ddd5f6..8702913 100644 --- a/trino/trino-values.gomplate.yaml +++ b/trino/trino-values.gomplate.yaml @@ -174,15 +174,15 @@ coordinator: livenessProbe: initialDelaySeconds: 30 - periodSeconds: 10 - timeoutSeconds: 5 + periodSeconds: 20 + timeoutSeconds: 15 failureThreshold: 6 successThreshold: 1 readinessProbe: initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 5 + periodSeconds: 20 + timeoutSeconds: 15 failureThreshold: 6 successThreshold: 1 @@ -238,15 +238,15 @@ worker: livenessProbe: initialDelaySeconds: 30 - periodSeconds: 10 - timeoutSeconds: 5 + periodSeconds: 20 + timeoutSeconds: 15 failureThreshold: 6 successThreshold: 1 readinessProbe: initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 5 + periodSeconds: 20 + timeoutSeconds: 15 failureThreshold: 6 successThreshold: 1