From 5ac3e72349c9e7163ea23f153f3e3c5d24c57039 Mon Sep 17 00:00:00 2001 From: Cory Latschkowski Date: Fri, 1 Nov 2024 14:41:23 -0500 Subject: [PATCH] disable: health probes --- .../notebook-standalone/base/deployment.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/components/app-configs/notebook-standalone/base/deployment.yaml b/components/app-configs/notebook-standalone/base/deployment.yaml index 110c89bf..3d90d64d 100644 --- a/components/app-configs/notebook-standalone/base/deployment.yaml +++ b/components/app-configs/notebook-standalone/base/deployment.yaml @@ -42,24 +42,24 @@ spec: # 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 + # 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