github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/qdrant/values.yaml (about) 1 # Default values for qdrant. 2 # This is a YAML-formatted file. 3 # Declare variables to be passed into your templates. 4 5 6 clusterVersionOverride: "" 7 nameOverride: "" 8 fullnameOverride: "" 9 10 11 ## @param commonLabels Labels to add to all deployed objects 12 ## 13 commonLabels: {} 14 15 ## @param application images 16 ## 17 images: 18 registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com 19 repository: apecloud/qdrant 20 pullPolicy: IfNotPresent 21 tag: latest 22 tools: 23 repository: apecloud/curl-jq 24 tag: latest 25 web_ui: 26 repository: apecloud/qdrant-web-ui 27 tag: latest 28 29 ## @param debugEnabled enables containers' debug logging 30 ## 31 debugEnabled: true 32 33 dataMountPath: /qdrant/storage