-
Notifications
You must be signed in to change notification settings - Fork 270
Expand file tree
/
Copy pathdeploy.yaml
More file actions
45 lines (45 loc) · 843 Bytes
/
deploy.yaml
File metadata and controls
45 lines (45 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
version: "2.0"
services:
chroma:
image: chromadb/chroma
expose:
- port: 8000
as: 8000
to:
- global: true
env:
- IS_PERSISTENT=TRUE
- PERSIST_DIRECTORY=/mnt/data/chromadb/chroma
- ANONYMIZED_TELEMETRY=FALSE
params:
storage:
data:
mount: /mnt/data/chromadb/chroma
readOnly: false
profiles:
compute:
chroma:
resources:
cpu:
units: 4
memory:
size: 4Gb
storage:
- size: 1Gi
- name: data
size: 10Gi
attributes:
persistent: true
class: beta3
placement:
dcloud:
pricing:
chroma:
denom: uakt
amount: 100000
deployment:
chroma:
dcloud:
profile: chroma
count: 1