Skip to content

Commit

Permalink
Updating ephimeral storage for notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed May 19, 2021
1 parent 3e5d844 commit 4ca1a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lighthouse/jenkins-x/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ spec:
requests:
cpu: 3
memory: 10000Mi
ephemeral-storage: "100Gi"
ephemeral-storage: "150Gi"
limits:
cpu: 3
memory: 10000Mi
ephemeral-storage: "100Gi"
ephemeral-storage: "150Gi"
securityContext:
privileged: true
imagePullPolicy: Always
Expand Down

0 comments on commit 4ca1a71

Please sign in to comment.