From 4be3635f7a467ec6ac59dfa64e38fb8b52e8683b Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Fri, 1 Nov 2024 14:06:46 -0500 Subject: [PATCH] update --- .../notebook-standalone/base/deployment.yaml | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/components/app-configs/notebook-standalone/base/deployment.yaml b/components/app-configs/notebook-standalone/base/deployment.yaml index d5b62619..110c89bf 100644 --- a/components/app-configs/notebook-standalone/base/deployment.yaml +++ b/components/app-configs/notebook-standalone/base/deployment.yaml @@ -33,33 +33,33 @@ spec: requests: cpu: 500m memory: 8Gi - # startupProbe: - # httpGet: - # path: /health - # port: http - # scheme: HTTP - # timeoutSeconds: 1 - # periodSeconds: 30 - # successThreshold: 1 - # failureThreshold: 10 - # readinessProbe: - # httpGet: - # path: /health - # port: http - # scheme: HTTP - # timeoutSeconds: 5 - # periodSeconds: 30 - # successThreshold: 1 - # failureThreshold: 3 - # livenessProbe: - # httpGet: - # path: /health - # port: http - # scheme: HTTP - # timeoutSeconds: 8 - # periodSeconds: 100 - # successThreshold: 1 - # failureThreshold: 3 + # livenessProbe: + # httpGet: + # path: / + # port: http + # scheme: HTTP + # timeoutSeconds: 5 + # periodSeconds: 5 + # successThreshold: 1 + # failureThreshold: 3 + readinessProbe: + httpGet: + path: / + port: notebook + scheme: HTTP + timeoutSeconds: 1 + periodSeconds: 10 + successThreshold: 1 + failureThreshold: 3 + startupProbe: + httpGet: + path: / + port: notebook + scheme: HTTP + timeoutSeconds: 1 + periodSeconds: 5 + successThreshold: 1 + failureThreshold: 10 volumeMounts: - name: shm mountPath: /dev/shm