File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -326,3 +326,45 @@ apiGatewayService:
326326 app : gateway-service
327327 serviceSelectorLabels :
328328 app : gateway-service
329+
330+
331+ chromadb :
332+ name : chromadb
333+ image : chromadb/chroma
334+ version : latest
335+ imagePullPolicy : IfNotPresent
336+ port : 8000
337+ replicaCount : 1
338+ service :
339+ name : chromadb
340+ labels :
341+ app : chromadb
342+ config :
343+ name : chromadb-config
344+ labels :
345+ app : chromadb
346+ storage :
347+ # type: "manual"
348+ # pv:
349+ # name: chromadb-pv
350+ # labels:
351+ # app: chromadb
352+ # resources:
353+ # storage: 1Gi
354+ # hostPath: /mnt/chromadb
355+ type : " default"
356+ pvc :
357+ name : chromadb-pv-claim
358+ labels :
359+ app : chromadb
360+ resources :
361+ requests :
362+ storage : 2Gi
363+ serviceSelectorLabels :
364+ app : chromadb
365+ podLabels :
366+ app : chromadb
367+ statefulsetLabels :
368+ app : chromadb
369+ statefulsetSelectorMatchLabels :
370+ app : chromadb
You can’t perform that action at this time.
0 commit comments