jupyter-hub

gfortetsanakis/jupyter-hub/helm

Terraform Module HCL HELM
Install
module "jupyter-hub" {
source = "gfortetsanakis/jupyter-hub/helm"
version = "1.0.3"
}
plain text: /constructs/tfmod-gfortetsanakis-jupyter-hub-helm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform module for jupyterhub This module deploys the following helm chart on a kubernetes cluster: | Name | Repository | Version | | ---------- | ---------------------------------------- | ------- | | jupyterhub | https://jupyterhub.github.io/helm-chart/ | 1.2.0 | Module input parameters | Parameter | Type | Description | | ----------------------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the jupyterhub chart will be deployed | | domain | Required | The external DNS domain of the kubernetes cluster | | certificate_issuer | Required | The name of the certificate issuer that will be used to issue certificate for the jupyt

Inputs (8)
NameTypeDescriptionDefault
domainstringThe domain of the kubernetes cluster. required
certificate_issuerstringThe name of the certificate issuer that will be used to issue certificate for th required
storage_classstringThe storage class used to created persistent volume claims for the chart. required
jupyter_service_accountstringThe kubernetes service account used in the jupyter notebook pod. required
jupyter_notebook_imagestringThe jupyter notebook image to be deployed by the chart. required
namespacestringThe kubernetes namespace at which the jupyterhub chart will be deployed. required
docker_registry_secretmapA map variable containing an image pull secret for connecting to the docker regi{}
node_selectormapA map variable with nodeSelector labels applied when placing pods of the chart o{}
Outputs (1)
jupyterhub_server_url
Resources (2)
helm_releasekubernetes_secret
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.3
Cloud HELM
★ Stars0
Forks0
Total downloads26
Inputs8
Outputs1
Resources2
LicenseApache-2.0
Namespacegfortetsanakis
Updated