mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-17 09:06:36 +10:00
[bitnami/pytorch] Increase timeout for the Pytorch readinessProbe (#8879)
Signed-off-by: Jota Martos <jotamartos@vmware.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user