Skip to content

Commit

Permalink
Create X Small resource option for notebooks
Browse files Browse the repository at this point in the history
This allows you to select a smaller resource size when deploying jupyter instances in rhods

Closes: nerc-project/operations#328

Signed-off-by: Isaiah Stapleton <istaplet@redhat.com>
  • Loading branch information
IsaiahStapleton committed Dec 12, 2023
1 parent 7a3d2d5 commit aa31932
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ spec:
notebookNamespace: nerc-dev-null
pvcSize: 20Gi
notebookSizes:
- name: X Small
resources:
limits:
cpu: '1'
memory: 2Gi
requests:
cpu: '1'
memory: 2Gi
- name: Small
resources:
limits:
Expand Down

0 comments on commit aa31932

Please sign in to comment.