Skip to content

Commit

Permalink
[DH-306] commenting out proxy->chp fixes the https issue, why? no ide…
Browse files Browse the repository at this point in the history
…a. also flipped the nodepool cuz there is no user-ug01 pool
  • Loading branch information
felder committed Aug 8, 2024
1 parent f7c2ec4 commit ce3a8a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployments/ugr01/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jupyterhub:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-07-07
proxy:
chp:
nodeSelector:
hub.jupyter.org/pool-name: core-pool-2024-07-07
# chp:
# nodeSelector:
# hub.jupyter.org/pool-name: core-pool-2024-07-07
service:
type: LoadBalancer

Expand Down Expand Up @@ -48,7 +48,7 @@ jupyterhub:
# Unset NotebookApp from hub/values. Necessary for recent lab versions.
JUPYTERHUB_SINGLEUSER_APP: "jupyter_server.serverapp.ServerApp"
nodeSelector:
hub.jupyter.org/pool-name: user-ugr01
hub.jupyter.org/pool-name: ugr01-pool
storage:
type: static
static:
Expand Down

0 comments on commit ce3a8a3

Please sign in to comment.