Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Nov 1, 2024
1 parent 338e083 commit 4be3635
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions components/app-configs/notebook-standalone/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4be3635

Please sign in to comment.