42 lines
757 B
YAML
42 lines
757 B
YAML
|
image:
|
||
|
repository: ghcr.io/chroma-core/chroma
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: 0.4.24@sha256:8173dd30e370f67a859297a9d2bca138ec527bc9c5a08582fb6951341716f313
|
||
|
|
||
|
securityContext:
|
||
|
container:
|
||
|
runAsNonRoot: false
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
protocol: http
|
||
|
targetPort: 8000
|
||
|
port: 10690
|
||
|
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
probes:
|
||
|
liveness:
|
||
|
path: "/api/v1/heartbeat"
|
||
|
readiness:
|
||
|
path: "/api/v1/heartbeat"
|
||
|
env:
|
||
|
IS_PERSISTENT: true
|
||
|
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: "/chroma/chroma"
|
||
|
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|