Skip to content

Commit

Permalink
disable: health probes
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 1, 2024
1 parent a55b31a commit 5ac3e72
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions components/app-configs/notebook-standalone/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ac3e72

Please sign in to comment.