Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing daskhub #34

Merged
merged 2 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions daskhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jupyterhub:
# See https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/master/jupyterhub/values.yaml
hub:
config:
Authenticator:
enable_auth_state: true
allow_all: true ## Add this to allow all users
GenericOAuthenticator:
# client_id: cfac1c45-ab70-4596-b5b6-d1d92cf8ce3b
# client_secret: c064871e-2b7b-4b64-a6cb-0c0b3821d262e1002124-2cb5-4d80-ab64-f82b1ad6e2c6
Expand Down
27 changes: 13 additions & 14 deletions helmsman.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
namespaces:
prod:
dev:

metadata:
organization: EBI
maintainer: Craig Russell ([email protected])
Expand Down Expand Up @@ -46,7 +42,17 @@ appsTemplates:
config.BinderHub.use_registry: true



apps:

nvidia-device-plugin:
name: "nvidia-device-plugin"
namespace: "nvidia-device-plugin"
chart: "nvdp/nvidia-device-plugin"
group: "prod"
enabled: true
version: "0.10.0"

docker-registry:
name: "docker-registry"
namespace: "docker-registry"
Expand All @@ -68,7 +74,7 @@ apps:
chart: "ingress-nginx/ingress-nginx"
wait: true
group: "prod"
enabled: true
enabled: false
priority: -100
version: "4.6.0"
valuesFiles:
Expand Down Expand Up @@ -99,6 +105,7 @@ apps:
valuesFiles:
- "binderhub/values.yaml"


cert-manager:
name: "cert-manager"
chart: "jetstack/cert-manager"
Expand All @@ -122,14 +129,6 @@ apps:
name: "nvidia-gpu-operator"
namespace: "gpu-operator"
chart: "nvidia/gpu-operator"
enabled: false
enabled: true
version: "1.9.1"
group: "prod"

nvidia-device-plugin:
name: "nvidia-device-plugin"
namespace: "nvidia-device-plugin"
chart: "nvdp/nvidia-device-plugin"
group: "prod"
enabled: false
version: "0.10.0"
12 changes: 0 additions & 12 deletions helmsman/local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,3 @@ apps:
valuesFiles:
- "../binderhub/values.yaml"
- "../binderhub/local.yaml"
binderhub-gpu:
namespace: "prod"
enabled: false
# valuesFiles:
# - "../binderhub/values.yaml"
# - "../binderhub/local.yaml"
# - "../binderhub/local/gpu.yaml"

# cert-manager:
# enabled: true
# nvidia-gpu-operator:
# enabled: true
Loading