Skip to content

Commit

Permalink
Generate Helm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Dec 5, 2024
1 parent 9617c2e commit 0889d1b
Show file tree
Hide file tree
Showing 16 changed files with 1,898 additions and 6 deletions.
137 changes: 137 additions & 0 deletions charts/jupyter-python-gpu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# jupyter-python-gpu

![Version: 2.1.18](https://img.shields.io/badge/Version-2.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python, Julia, and a collection of standard data science packages, with GPU support.

**Homepage:** <https://jupyter.org/>

## Source Code

* <https://github.com/InseeFrLab/images-datascience>
* <https://github.com/InseeFrLab/helm-charts-interactive-services>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.33 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| certificates | object | `{}` | |
| coresite.configMapName | string | `""` | |
| discovery.hive | bool | `true` | |
| discovery.metaflow | bool | `true` | |
| discovery.mlflow | bool | `true` | |
| environment.group | string | `"users"` | |
| environment.user | string | `"onyxia"` | |
| extraEnvVars | list | `[]` | |
| fullnameOverride | string | `""` | |
| git.branch | string | `""` | |
| git.cache | string | `""` | |
| git.configMapName | string | `""` | |
| git.email | string | `""` | |
| git.enabled | bool | `false` | |
| git.name | string | `""` | |
| git.repository | string | `""` | |
| git.token | string | `""` | |
| global.suspend | bool | `false` | |
| hive.configMapName | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | list | `[]` | |
| ingress.certManagerClusterIssuer | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hostname | string | `"chart-example.local"` | |
| ingress.ingressClassName | string | `""` | |
| ingress.tls | bool | `true` | |
| ingress.useCertManager | bool | `false` | |
| ingress.useTlsSecret | bool | `false` | |
| ingress.userHostname | string | `"chart-example-user.local"` | |
| init.personalInit | string | `""` | |
| init.personalInitArgs | string | `""` | |
| init.regionInit | string | `""` | |
| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | |
| kubernetes.enabled | bool | `false` | |
| kubernetes.role | string | `"view"` | |
| message.en | string | `""` | |
| message.fr | string | `""` | |
| metaflow.configMapName | string | `""` | |
| mlflow.configMapName | string | `""` | |
| nameOverride | string | `""` | |
| networking.clusterIP | string | `"None"` | |
| networking.service.port | int | `8888` | |
| networking.sparkui.port | int | `4040` | |
| networking.type | string | `"ClusterIP"` | |
| networking.user.enabled | bool | `false` | |
| networking.user.port | int | `5000` | |
| networking.user.ports | list | `[]` | |
| nodeSelector | object | `{}` | |
| openshiftSCC.enabled | bool | `false` | |
| openshiftSCC.scc | string | `""` | |
| persistence.accessMode | string | `"ReadWriteOnce"` | |
| persistence.enabled | bool | `false` | |
| persistence.size | string | `"10Gi"` | |
| podAnnotations | object | `{}` | |
| podSecurityContext.fsGroup | int | `100` | |
| proxy.enabled | bool | `false` | |
| proxy.httpProxy | string | `""` | |
| proxy.httpsProxy | string | `""` | |
| proxy.noProxy | string | `""` | |
| replicaCount | int | `1` | |
| repository.condaRepository | string | `""` | |
| repository.configMapName | string | `""` | |
| repository.pipRepository | string | `""` | |
| resources | object | `{}` | |
| route.annotations | list | `[]` | |
| route.enabled | bool | `false` | |
| route.hostname | string | `"chart-example.local"` | |
| route.tls.termination | string | `"edge"` | |
| route.userHostname | string | `"chart-example-user.local"` | |
| route.wildcardPolicy | string | `"None"` | |
| s3.accessKeyId | string | `""` | |
| s3.configMapName | string | `""` | |
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
| security.networkPolicy.from | list | `[]` | |
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.customPythonEnv | bool | `false` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.7-gpu"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-python:py3.12.7-gpu"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| startupProbe.failureThreshold | int | `60` | |
| startupProbe.initialDelaySeconds | int | `10` | |
| startupProbe.periodSeconds | int | `10` | |
| startupProbe.successThreshold | int | `1` | |
| startupProbe.timeoutSeconds | int | `2` | |
| tolerations | list | `[]` | |
| userPreferences.darkMode | bool | `false` | |
| userPreferences.language | string | `"en"` | |
| vault.configMapName | string | `""` | |
| vault.directory | string | `""` | |
| vault.enabled | bool | `false` | |
| vault.mount | string | `""` | |
| vault.secret | string | `""` | |
| vault.token | string | `""` | |
| vault.url | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
137 changes: 137 additions & 0 deletions charts/jupyter-pytorch-gpu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# jupyter-pytorch-gpu

![Version: 2.1.18](https://img.shields.io/badge/Version-2.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

The JupyterLab IDE with Python and the deep-learning framework PyTorch, with GPU support.

**Homepage:** <https://jupyter.org/>

## Source Code

* <https://github.com/InseeFrLab/images-datascience>
* <https://github.com/InseeFrLab/helm-charts-interactive-services>

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://inseefrlab.github.io/helm-charts-interactive-services | library-chart | 1.5.33 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| certificates | object | `{}` | |
| coresite.configMapName | string | `""` | |
| discovery.hive | bool | `true` | |
| discovery.metaflow | bool | `true` | |
| discovery.mlflow | bool | `true` | |
| environment.group | string | `"users"` | |
| environment.user | string | `"onyxia"` | |
| extraEnvVars | list | `[]` | |
| fullnameOverride | string | `""` | |
| git.branch | string | `""` | |
| git.cache | string | `""` | |
| git.configMapName | string | `""` | |
| git.email | string | `""` | |
| git.enabled | bool | `false` | |
| git.name | string | `""` | |
| git.repository | string | `""` | |
| git.token | string | `""` | |
| global.suspend | bool | `false` | |
| hive.configMapName | string | `""` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | list | `[]` | |
| ingress.certManagerClusterIssuer | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hostname | string | `"chart-example.local"` | |
| ingress.ingressClassName | string | `""` | |
| ingress.tls | bool | `true` | |
| ingress.useCertManager | bool | `false` | |
| ingress.useTlsSecret | bool | `false` | |
| ingress.userHostname | string | `"chart-example-user.local"` | |
| init.personalInit | string | `""` | |
| init.personalInitArgs | string | `""` | |
| init.regionInit | string | `""` | |
| init.standardInitPath | string | `"/opt/onyxia-init.sh"` | |
| kubernetes.enabled | bool | `false` | |
| kubernetes.role | string | `"view"` | |
| message.en | string | `""` | |
| message.fr | string | `""` | |
| metaflow.configMapName | string | `""` | |
| mlflow.configMapName | string | `""` | |
| nameOverride | string | `""` | |
| networking.clusterIP | string | `"None"` | |
| networking.service.port | int | `8888` | |
| networking.sparkui.port | int | `4040` | |
| networking.type | string | `"ClusterIP"` | |
| networking.user.enabled | bool | `false` | |
| networking.user.port | int | `5000` | |
| networking.user.ports | list | `[]` | |
| nodeSelector | object | `{}` | |
| openshiftSCC.enabled | bool | `false` | |
| openshiftSCC.scc | string | `""` | |
| persistence.accessMode | string | `"ReadWriteOnce"` | |
| persistence.enabled | bool | `false` | |
| persistence.size | string | `"10Gi"` | |
| podAnnotations | object | `{}` | |
| podSecurityContext.fsGroup | int | `100` | |
| proxy.enabled | bool | `false` | |
| proxy.httpProxy | string | `""` | |
| proxy.httpsProxy | string | `""` | |
| proxy.noProxy | string | `""` | |
| replicaCount | int | `1` | |
| repository.condaRepository | string | `""` | |
| repository.configMapName | string | `""` | |
| repository.pipRepository | string | `""` | |
| resources | object | `{}` | |
| route.annotations | list | `[]` | |
| route.enabled | bool | `false` | |
| route.hostname | string | `"chart-example.local"` | |
| route.tls.termination | string | `"edge"` | |
| route.userHostname | string | `"chart-example-user.local"` | |
| route.wildcardPolicy | string | `"None"` | |
| s3.accessKeyId | string | `""` | |
| s3.configMapName | string | `""` | |
| s3.defaultRegion | string | `""` | |
| s3.enabled | bool | `false` | |
| s3.endpoint | string | `""` | |
| s3.secretAccessKey | string | `""` | |
| s3.sessionToken | string | `""` | |
| security.allowlist.enabled | bool | `false` | |
| security.allowlist.ip | string | `"0.0.0.0/0"` | |
| security.networkPolicy.enabled | bool | `false` | |
| security.networkPolicy.from | list | `[]` | |
| security.password | string | `"changeme"` | |
| securityContext | object | `{}` | |
| service.customPythonEnv | bool | `false` | |
| service.image.custom.enabled | bool | `false` | |
| service.image.custom.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.7-gpu"` | |
| service.image.pullPolicy | string | `"IfNotPresent"` | |
| service.image.version | string | `"inseefrlab/onyxia-jupyter-pytorch:py3.12.7-gpu"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| startupProbe.failureThreshold | int | `60` | |
| startupProbe.initialDelaySeconds | int | `10` | |
| startupProbe.periodSeconds | int | `10` | |
| startupProbe.successThreshold | int | `1` | |
| startupProbe.timeoutSeconds | int | `2` | |
| tolerations | list | `[]` | |
| userPreferences.darkMode | bool | `false` | |
| userPreferences.language | string | `"en"` | |
| vault.configMapName | string | `""` | |
| vault.directory | string | `""` | |
| vault.enabled | bool | `false` | |
| vault.mount | string | `""` | |
| vault.secret | string | `""` | |
| vault.token | string | `""` | |
| vault.url | string | `""` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Loading

0 comments on commit 0889d1b

Please sign in to comment.