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

40 lines
782 B
YAML

image:
repository: ghcr.io/chroma-core/chroma
pullPolicy: IfNotPresent
tag: 1.0.4@sha256:94227fc91f8bc5358ff72f8474375905e05b7c2dc8e7ec400aaeee70cc7f0348
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"