2024-03-06 18:57:07 +01:00
|
|
|
image:
|
|
|
|
repository: docker.io/qdrant/qdrant
|
2025-01-10 09:07:25 +00:00
|
|
|
tag: "v1.12.6"
|
2024-03-06 18:57:07 +01:00
|
|
|
useUnprivilegedImage: true
|
|
|
|
|
|
|
|
env:
|
|
|
|
- name: QDRANT__TELEMETRY_DISABLED
|
|
|
|
value: "true"
|
|
|
|
|
|
|
|
ingress:
|
2024-12-20 20:45:33 +01:00
|
|
|
enabled: true
|
|
|
|
ingressClassName: "ingress-internal"
|
|
|
|
annotations:
|
|
|
|
cert-manager.io/cluster-issuer: vault-issuer
|
2024-03-06 18:57:07 +01:00
|
|
|
hosts:
|
2024-12-20 20:45:33 +01:00
|
|
|
- host: qdrant.dc
|
2024-03-06 18:57:07 +01:00
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
|
|
|
servicePort: 6333
|
2024-12-20 20:45:33 +01:00
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- qdrant.dc
|
|
|
|
secretName: tls-qdrant
|
2024-03-06 18:57:07 +01:00
|
|
|
|
|
|
|
updateVolumeFsOwnership: false
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
accessModes: ["ReadWriteOnce"]
|
|
|
|
size: 10Gi
|
2024-12-20 20:45:33 +01:00
|
|
|
# storageClassName:
|
2024-03-06 18:57:07 +01:00
|
|
|
|
|
|
|
# modification example for configuration to overwrite defaults
|
|
|
|
config:
|
|
|
|
cluster:
|
|
|
|
enabled: false
|
|
|
|
|
2025-01-29 11:16:26 +01:00
|
|
|
apiKey:
|
|
|
|
valueFrom:
|
|
|
|
secretKeyRef:
|
|
|
|
name: qdrant-secret
|
|
|
|
key: api-key
|
|
|
|
|
|
|
|
readOnlyApiKey:
|
|
|
|
valueFrom:
|
|
|
|
secretKeyRef:
|
|
|
|
name: qdrant-secret
|
|
|
|
key: read-only-api-key
|