You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| anoncat-service.enabled | bool |`true`| Enable AnonCAT service deployment. |
92
+
| anoncat-service.env.APP_MEDCAT_MODEL_PACK | string |`"/cat/models/examples/example-deid-model-pack.zip"`| Model pack used by the MedCAT service when running in DeID mode. |
| cogstack-jupyterhub.jupyterhub.hub.config.Authenticator.admin_users | list |`["admin"]`| Allowed admin users for the dummy authenticator. |
100
+
| cogstack-jupyterhub.jupyterhub.hub.config.Authenticator.admin_users[0]| string |`"admin"`| Admin user entry for the dummy authenticator. |
101
+
| cogstack-jupyterhub.jupyterhub.hub.config.DummyAuthenticator.password | string |`"SuperSecret"`| Password for the dummy authenticator (do not use in production). |
102
+
| cogstack-jupyterhub.jupyterhub.hub.config.JupyterHub.authenticator_class | string |`"dummy"`| Authenticator class used by JupyterHub (dummy authenticator for demo/non-prod). |
| imagePullSecrets | list |`[]`| This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/|
110
+
| medcat-service.enabled | bool |`true`| Enable MedCAT service deployment. |
111
+
| medcat-service.image.repository | string |`"cogstacksystems/medcat-service"`| MedCAT service image repository. |
112
+
| medcat-service.image.tag | string |`"1.2.0"`| MedCAT service image tag. |
113
+
| medcat-service.replicasCount | int |`1`| Number of MedCAT service replicas. |
| medcat-trainer.env.CSRF_TRUSTED_ORIGINS | string |`"http://localhost:8080"`| CSRF trusted origins for the MedCAT Trainer frontend (set for your deployment/port-forward). |
116
+
| medcat-trainer.image.tag | string |`"latest@sha256:103215a7540ad614c32866f4cb00ddd91e7aff37cea9abc25dc226c577f9506d"`| MedCAT Trainer image tag (can be a digest-pinned tag). |
117
+
| medcat-trainer.provisioning.enabled | bool |`true`| Enable provisioning of projects and models on startup. |
118
+
| medcat-trainer.provisioning.existingConfigMap.name | string |`"cogstack-helm-ce-example-trainer-provisioining"`| Existing ConfigMap name containing the provisioning configuration. |
119
+
| nameOverride | string |`""`| This is to override the chart name. |
120
+
| opensearch-dashboards.enabled | bool |`true`| Deploy an opensearch-dashboards instance |
121
+
| opensearch.enabled | bool |`true`| Deploy an opensearch cluster |
122
+
| opensearch.extraEnvs | list | Sets the initial admin password for OpenSearch | Extra environment variables to pass to OpenSearch. |
These are some values that are likely to need customization for your deployment:
28
+
29
+
| Value | Default | Description |
30
+
|-------|---------|-------------|
31
+
|`medcat-service.replicasCount`|`1`| Number of MedCAT service replicas.|
32
+
|`anoncat-service.replicasCount`|`1`| Number of AnonCAT service replicas.|
33
+
|`anoncat-service.env.DEID_REDACT`|`false`| Redaction behaviour for de-identification.|
34
+
|`medcat-trainer.env.CSRF_TRUSTED_ORIGINS`|`"http://localhost:8080"`| CSRF trusted origins for MedCAT Trainer frontend (set correct value for your deployment, this default works for port forwarding).|
35
+
36
+
Subcharts (MedCAT service, AnonCAT service, MedCAT Trainer) support additional options; see their respective charts under `../medcat-service-helm`and`../medcat-trainer-helm`. Pass them under the same keys as in this chart’s `values.yaml` (e.g.`medcat-service.*`, `anoncat-service.*`, `medcat-trainer-helm.*`).
| jupyterhub.singleuser.storage.extraVolumes | object |`{"jupyter-examples":{"configMap":{"name":"jupyter-examples"},"name":"jupyter-examples"}}`| NOTE: Prefer dictionary-form here to avoid Helm merge issues when this subchart is configured by a parent chart. |
51
+
| jupyterhub.singleuser.uid | int |`0`||
52
+
53
+
----------------------------------------------
54
+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments