Files
service-catalog/manifests/helm/qdrant/1.18.2/dip-values.yaml
T
wbsong111 41af7537a0 feat(catalog): add qdrant 1.18.2 chart
- Pull upstream qdrant-helm chart v1.18.2 (appVersion v1.18.2)
- Add PaaSup custom overrides: custom-values.yaml, dip-values.yaml
  (ingress.ingressClassName=apisix), dip resource/volume quotas
- No breaking changes to existing overrides vs 1.12.4; helm lint passes,
  image renders as docker.io/qdrant/qdrant:v1.18.2

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-14 14:44:13 +09:00

49 lines
897 B
YAML

images:
repository: docker.io/qdrant/qdrant
tag: v1.18.2
replicaCount: 1
nodeSelector: {}
tolerations: []
resources: {}
persistence:
accessModes: ["ReadWriteOnce"]
size: 10Gi
storageClassName: ""
config:
log_level: INFO
cluster:
enabled: true
p2p:
port: 6335
consensus:
tick_period_ms: 100
apiKey: false
readOnlyApiKey: false
ingress:
enabled: true
ingressClassName: "apisix"
annotations:
cert-manager.io/cluster-issuer: "root-ca-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
k8s.apisix.apache.org/plugin-config-name: oidc-keycloak-authz
hosts:
- host: "{{ .Name }}.{{ .Domain }}"
paths:
- path: /
pathType: Prefix
servicePort: 6333
tls:
- hosts:
- "{{ .Name }}.{{ .Domain }}"
secretName: "{{ .Name }}-tls-secret"
dip:
mainPath: dashboard