Skip to content

Commit

Permalink
Enable rhods notebook controller in rhods-notebooks namespace
Browse files Browse the repository at this point in the history
This will re-enable the default functionality of the rhods notebook controller in the prod cluster.
As a side effect of enabling, the ability to launch a notebook from the jupyter tile will be restored
Addresses: nerc-project/operations#361
  • Loading branch information
dystewart committed Jan 9, 2024
1 parent e79b705 commit 63389da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
cpu: "6"
memory: 16Gi
notebookController:
enabled: false
notebookNamespace: nerc-dev-null
enabled: true
notebookNamespace: rhods-notebooks
pvcSize: 20Gi
notebookSizes:
- name: X Small
Expand Down

0 comments on commit 63389da

Please sign in to comment.