44 lines
817 B
YAML
44 lines
817 B
YAML
image:
|
|
repository: ghcr.io/chroma-core/chroma
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.5.0@sha256:8bb6e990fa2b988115bc36ce4ed7020f6acc613bc7689c2ba30c84d6a620fef3
|
|
|
|
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"
|
|
startup:
|
|
path: "/api/v1/heartbeat"
|
|
env:
|
|
IS_PERSISTENT: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/chroma/chroma"
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|