Skip to content

Commit

Permalink
Configure hatchery.json to default jupyter-pods namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
em-ingram authored and Will committed Mar 30, 2021
1 parent 8922a25 commit e2c23f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions preprod.healdata.org/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"user-namespace": "jupyter-pods-qa-heal",
"user-namespace": "jupyter-pods",
"sub-dir": "/lw-workspace",
"user-volume-size": "10Gi",
"sidecar": {
"cpu-limit": "1.0",
"memory-limit": "256Mi",
"image": "quay.io/cdis/gen3fuse-sidecar:2021.03",
"env": {
"NAMESPACE": "qa-heal",
"HOSTNAME": "qa-heal.planx-pla.net"
"NAMESPACE": "default",
"HOSTNAME": "preprod.healdata.org"
},
"args": [],
"command": [
Expand Down

0 comments on commit e2c23f9

Please sign in to comment.