diff --git a/jupyter/trustyai/ubi9-python-3.12/kustomize/base/statefulset.yaml b/jupyter/trustyai/ubi9-python-3.12/kustomize/base/statefulset.yaml index 701d9b2a5a..416d3ddc4e 100644 --- a/jupyter/trustyai/ubi9-python-3.12/kustomize/base/statefulset.yaml +++ b/jupyter/trustyai/ubi9-python-3.12/kustomize/base/statefulset.yaml @@ -36,8 +36,8 @@ spec: livenessProbe: tcpSocket: port: notebook-port - initialDelaySeconds: 5 - periodSeconds: 5 + initialDelaySeconds: 15 + periodSeconds: 10 successThreshold: 1 failureThreshold: 3 readinessProbe: @@ -45,8 +45,8 @@ spec: path: /notebook/opendatahub/jovyan/api port: notebook-port scheme: HTTP - initialDelaySeconds: 10 - periodSeconds: 5 + initialDelaySeconds: 15 + periodSeconds: 10 successThreshold: 1 failureThreshold: 3 resources: