Skip to content

Commit

Permalink
Misc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 28, 2021
1 parent bb47f27 commit 75563e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions config/hubs/jmte.cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ hubs:
contactEmail: [email protected]

service:
# Revert an unwanted basehub default
type: LoadBalancer

# jupyterhub-ssh/sftp integration part 1/3:
#
# We must accept traffic to the k8s Service (proxy-public) receiving traffic
Expand Down
6 changes: 1 addition & 5 deletions hub-templates/daskhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ basehub:
# - Exploration issue: https://github.com/2i2c-org/pilot-hubs/issues/442
#
DASK_GATEWAY__CLUSTER__OPTIONS__IMAGE: '{JUPYTER_IMAGE_SPEC}'
# Try make this show up before SCRATCH_BUCKET but after JUPYTERHUB_USER
# by naming its entry.
SCRATCH_A:
name: DASK_GATEWAY__CLUSTER__OPTIONS__ENVIRONMENT
value: '{"SCRATCH_BUCKET": "$(SCRATCH_BUCKET)"}'
DASK_GATEWAY__CLUSTER__OPTIONS__ENVIRONMENT: '{"SCRATCH_BUCKET": "$(SCRATCH_BUCKET)"}'
DASK_DISTRIBUTED__DASHBOARD_LINK: '/user/{JUPYTERHUB_USER}/proxy/{port}/status'
DASK_LABEXTENSION__FACTORY__MODULE: 'dask_gateway'
DASK_LABEXTENSION__FACTORY__CLASS: 'GatewayCluster'
Expand Down

0 comments on commit 75563e9

Please sign in to comment.