|
1 | 1 | # chromadb |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | ChromaDB is an open-source vector database for storing, indexing, and querying high-dimensional embeddings efficiently. |
6 | 6 |
|
@@ -33,26 +33,25 @@ ChromaDB is an open-source vector database for storing, indexing, and querying h |
33 | 33 | | chromadb.chromadb.dataVolumeSize | string | `"1Gi"` | | |
34 | 34 | | chromadb.chromadb.isPersistent | bool | `true` | | |
35 | 35 | | chromadb.chromadb.serverHttpPort | int | `8000` | | |
| 36 | +| chromadb.fullnameOverride | string | `"chromadb"` | | |
36 | 37 | | chromadb.image.pullPolicy | string | `"IfNotPresent"` | | |
37 | 38 | | chromadb.image.repository | string | `"ghcr.io/chroma-core/chroma"` | | |
38 | 39 | | chromadb.ingress.enabled | bool | `false` | | |
39 | 40 | | chromadb.replicaCount | int | `1` | | |
| 41 | +| chromadb.savePersistentVolume | bool | `true` | | |
40 | 42 | | chromadb.serviceAccount.create | bool | `false` | | |
41 | 43 | | discovery.enabled | bool | `true` | | |
42 | | -| fullnameOverride | string | `"ChromaDB"` | | |
43 | 44 | | ingress.annotations | list | `[]` | | |
44 | 45 | | ingress.certManagerClusterIssuer | string | `""` | | |
45 | 46 | | ingress.hostname | string | `"chart-example.local"` | | |
46 | 47 | | ingress.ingressClassName | string | `""` | | |
47 | 48 | | ingress.tls | bool | `true` | | |
48 | 49 | | ingress.usecertManager | bool | `false` | | |
49 | | -| nameOverride | string | `""` | | |
50 | 50 | | route.annotations | list | `[]` | | |
51 | 51 | | route.enabled | bool | `false` | | |
52 | 52 | | route.hostname | string | `"chart-example.local"` | | |
53 | 53 | | route.tls.termination | string | `"edge"` | | |
54 | 54 | | route.wildcardPolicy | string | `"None"` | | |
55 | | -| savePersistentVolume | bool | `true` | | |
56 | 55 | | security.allowlist.enabled | bool | `false` | | |
57 | 56 | | security.networkPolicy.enabled | bool | `false` | | |
58 | 57 | | security.networkPolicy.from | list | `[]` | | |
|
0 commit comments