Skip to content

Commit

Permalink
Merge pull request #34 from BioImage-Archive/dev
Browse files Browse the repository at this point in the history
Fixing daskhub
  • Loading branch information
ctr26 authored Sep 3, 2024
2 parents b4fd149 + 1828824 commit e474466
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 26 deletions.
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 (ctr26@ebi.ac.uk)
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

0 comments on commit e474466

Please sign in to comment.