[bitnami/pytorch] Increase timeout for the Pytorch readinessProbe (#8879)

Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
Juan José Martos
2022-02-03 10:01:20 +01:00
committed by GitHub
parent 994bcd268a
commit c8da34119f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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