41af7537a0
- 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>
27 lines
359 B
YAML
27 lines
359 B
YAML
small:
|
|
resources:
|
|
requests:
|
|
cpu: 1000m
|
|
memory: 2Gi
|
|
limits:
|
|
cpu: 2000m
|
|
memory: 4Gi
|
|
|
|
|
|
medium:
|
|
resources:
|
|
requests:
|
|
cpu: 2000m
|
|
memory: 4Gi
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
large:
|
|
resources:
|
|
requests:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
limits:
|
|
cpu: 8000m
|
|
memory: 16Gi |