diff --git a/daskhub/values.yaml b/daskhub/values.yaml index 674cb95..588980b 100644 --- a/daskhub/values.yaml +++ b/daskhub/values.yaml @@ -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 diff --git a/helmsman.yaml b/helmsman.yaml index 5a592e2..9dd15fe 100644 --- a/helmsman.yaml +++ b/helmsman.yaml @@ -1,7 +1,3 @@ -namespaces: - prod: - dev: - metadata: organization: EBI maintainer: Craig Russell (ctr26@ebi.ac.uk) @@ -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" @@ -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: @@ -99,6 +105,7 @@ apps: valuesFiles: - "binderhub/values.yaml" + cert-manager: name: "cert-manager" chart: "jetstack/cert-manager" @@ -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" \ No newline at end of file diff --git a/helmsman/local.yaml b/helmsman/local.yaml index ac04a3b..efa6d57 100644 --- a/helmsman/local.yaml +++ b/helmsman/local.yaml @@ -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