From c8da34119ff2e279dd8fb112e9490eaf30684039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Martos?= Date: Thu, 3 Feb 2022 10:01:20 +0100 Subject: [PATCH] [bitnami/pytorch] Increase timeout for the Pytorch readinessProbe (#8879) Signed-off-by: Jota Martos --- bitnami/pytorch/Chart.yaml | 2 +- bitnami/pytorch/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/pytorch/Chart.yaml b/bitnami/pytorch/Chart.yaml index 80d496371..867016d6b 100644 --- a/bitnami/pytorch/Chart.yaml +++ b/bitnami/pytorch/Chart.yaml @@ -24,4 +24,4 @@ name: pytorch sources: - https://github.com/bitnami/bitnami-docker-pytorch - https://pytorch.org/ -version: 2.3.26 +version: 2.3.27 diff --git a/bitnami/pytorch/values.yaml b/bitnami/pytorch/values.yaml index 40da3188c..702d3d281 100644 --- a/bitnami/pytorch/values.yaml +++ b/bitnami/pytorch/values.yaml @@ -297,7 +297,7 @@ readinessProbe: enabled: true initialDelaySeconds: 5 periodSeconds: 5 - timeoutSeconds: 1 + timeoutSeconds: 3 successThreshold: 1 failureThreshold: 5 ## Enable persistence using Persistent Volume Claims