Files
truecharts/charts/stable/chroma/values.yaml
T

41 lines
835 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: ghcr.io/chroma-core/chroma
pullPolicy: IfNotPresent
tag: 1.5.8@sha256:607103123fbd79794e3cd8029e16137031a464551e3a61df77191627a9d23c72
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/v2/heartbeat"
readiness:
path: "/api/v2/heartbeat"
startup:
path: "/api/v2/heartbeat"
env:
IS_PERSISTENT: true
persistence:
config:
enabled: true
mountPath: "/chroma/chroma"