Files
dev-intel-v2/foxtrot-docs-v3/reference/helm/charts/app-common-charts-loqate-app-charts-querycoordinator.md
Jarvis Prime 0265ec7a60 feat: confluence benchmark, pattern extractor, agent KB, UX spec
- extract-patterns.js: mines layered arch, ArgoCD appsets, cloud regions,
  CIDR allocations, naming conventions, sync waves, tech stack from code
- agent-kb.js: token-efficient JSON rendering of same doc tree
- eval-confluence-ref-questions.json: 32 reference-only benchmark questions
- wiggum-v2.sh: Ralph Wiggum loop targeting confluence baseline (77.8%)
- docs/human-ux-spec.md: BMad UX designer spec for human doc structure
- Eval results: V2 at 28.7% vs confluence 77.8% baseline
- Hub/spoke ownership now correctly extracted (95% on that question)
- Naming conventions, regions, CIDRs surfaced in system-architecture.md
2026-03-10 14:20:35 +00:00

6.3 KiB

querycoordinator

Version: 0.4.0 Type: application AppVersion: 0.1.97544

A Helm chart for Loqate Verify's QueryCoordinator

Values

Key Type Default Description
affinity object {}
app.addressVerifyPath string ""
app.allow_aiparser bool true
app.apiGkrInfoPath string ""
app.apiVersionPath string ""
app.containerPort int 8900
app.cpuPercentWeight float 1
app.dialtimeout string "3000"
app.healthScoreWeight float 3
app.healthThresh float 0.8
app.lqtProcessPath string ""
app.maxBatchSize int 50
app.memberlistService string ""
app.numRetryForwardSpatialApi int 5
app.queuePercentWeight float 2
app.sortStrategy string ""
app.version string "1.0.0"
app.workerCount int 1000
autoscaling.behavior object {}
autoscaling.enabled bool true
autoscaling.keda.cooldownPeriod int 60
autoscaling.keda.enabled bool false
autoscaling.keda.pollingInterval int 30
autoscaling.keda.triggers[0].metadata.metricName string "workersUsed"
autoscaling.keda.triggers[0].metadata.query string "sum(avg_over_time(workers_used{%filter%}[1m])) * 100"
autoscaling.keda.triggers[0].metadata.serverAddress string "http://thanos-query.prometheus-system.svc.cluster.local:9090"
autoscaling.keda.triggers[0].metadata.threshold string "50"
autoscaling.keda.triggers[0].type string "prometheus"
autoscaling.keda.triggers[1].metadata.metricName string "healthScore"
autoscaling.keda.triggers[1].metadata.query string "sum(avg_over_time(healthscore{%filter%}[1m]))"
autoscaling.keda.triggers[1].metadata.serverAddress string "http://thanos-query.prometheus-system.svc.cluster.local:9090"
autoscaling.keda.triggers[1].metadata.threshold string "4"
autoscaling.keda.triggers[1].type string "prometheus"
autoscaling.maxReplicas int 5
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 70
autoscaling.targetMemoryUtilizationPercentage int 80
createSecret bool true
fullnameOverride string ""
gcp.project string ""
image.pullPolicy string "Always"
image.repository string "gcr.io/customer-facing/gbgroup/loqate-verify-query-coordinator"
image.tag string "latest"
imageCredentials.password string ""
imageCredentials.registry string "https://index.docker.io/v1/"
imageCredentials.username string "_json_key"
imagePullSecrets list []
ingress.annotations object {}
ingress.className string ""
ingress.enabled bool false
ingress.hosts[0].host string "chart-example.local"
ingress.hosts[0].paths[0].path string "/"
ingress.hosts[0].paths[0].pathType string "ImplementationSpecific"
ingress.tls list []
istio.enabled bool false
istio.name string "http"
istio.port int 80
istio.protocol string "HTTP"
istio.selector string "ingressgateway"
istio.virtualservice.match[0].uri.prefix string "/verify"
istio.virtualservice.match[1].uri.prefix string "/api/"
istio.virtualservice.match[2].uri.prefix string "/batch/"
istio.virtualservice.retries.attempts int 5
istio.virtualservice.retries.perTryTimeout string "10s"
istio.virtualservice.timeout string "60s"
jaeger.agentHost string "jaeger-agent.default.svc.cluster.local"
jaeger.agentPort string "6831"
jaeger.disabled bool true
jaeger.endpoint string "http://jaeger-collector.default.svc.cluster.local:14268/api/traces"
jaeger.password string ""
jaeger.samplerParam string "1"
jaeger.samplerType string "const"
jaeger.user string ""
livenessProbe.failureThreshold int 5
livenessProbe.initialDelaySeconds int 5
livenessProbe.periodSeconds int 10
livenessProbe.successThreshold int 1
livenessProbe.timeoutSeconds int 5
memberlist.enabled bool true
memberlist.port int 7200
memberlist.probeInterval int 500
memberlist.selector string "verify-memberlist"
memberlist.suspicionMult int 2
memberlist.useAddrRef bool false
nameOverride string ""
nodeSelector object {}
podAnnotations object {}
podDisruptionBudget.enabled bool false
podDisruptionBudget.minAvailable int 1
podLabels object {}
podSecurityContext object {}
prometheusOperator.enabled bool false
prometheusOperator.jobLabel string ""
prometheusOperator.podMonitorInterval string "30s"
prometheusOperator.podMonitorSelector object {}
prometheusOperator.podTargetLabels list []
readinessProbe.failureThreshold int 5
readinessProbe.initialDelaySeconds int 5
readinessProbe.periodSeconds int 10
readinessProbe.successThreshold int 1
readinessProbe.timeoutSeconds int 5
replicaCount int 1
resources object {}
securityContext object {}
service.port int 8900
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.name string ""
serviceAnnotations object {}
serviceKey string ""
serviceLabels object {}
tolerations list []

Autogenerated from chart metadata using helm-docs v1.14.2