Files
dev-intel-v2/foxtrot-docs-v3/reference/helm/charts/app-common-charts-loqate-app-charts-spatial-api.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

130 lines
6.3 KiB
Markdown

# spatial-api
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.97547](https://img.shields.io/badge/AppVersion-0.1.97547-informational?style=flat-square)
A Helm chart for Kubernetes
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| app.AIEndpoint | string | `""` | |
| app.containerPort | int | `3000` | |
| app.libraryPath | string | `""` | |
| app.loqateDataPath | string | `""` | |
| app.memberlistService | string | `""` | |
| app.warmup | string | `"false"` | |
| app.workerCount | string | `""` | |
| 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 | `"attempt_count"` | |
| autoscaling.keda.triggers[0].metadata.namespace | string | `"prometheus-system"` | |
| autoscaling.keda.triggers[0].metadata.query | string | `"sum by (namespace) (rate(attempt_count{namespace=\"%namespace%\",country=~\"%country%\"}[1m]))"` | |
| autoscaling.keda.triggers[0].metadata.serverAddress | string | `"http://prometheus-operated.prometheus-system.svc.cluster.local:9090"` | |
| autoscaling.keda.triggers[0].metadata.threshold | string | `"20"` | |
| autoscaling.keda.triggers[0].type | string | `"prometheus"` | |
| autoscaling.maxReplicas | int | `3` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| 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-spatial-api"` | |
| 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 | `"/address/"` | |
| 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 | `30` | |
| 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[0] | string | `"country"` | |
| readinessProbe.failureThreshold | int | `5` | |
| readinessProbe.initialDelaySeconds | int | `5` | |
| readinessProbe.periodSeconds | int | `30` | |
| readinessProbe.successThreshold | int | `1` | |
| readinessProbe.timeoutSeconds | int | `5` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.port | int | `3000` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| serviceAnnotations | object | `{}` | |
| serviceKey | string | `""` | |
| serviceLabels | object | `{}` | |
| startupProbe.failureThreshold | int | `10` | |
| startupProbe.initialDelaySeconds | int | `60` | |
| startupProbe.periodSeconds | int | `30` | |
| startupProbe.successThreshold | int | `1` | |
| startupProbe.timeoutSeconds | int | `5` | |
| storage.accessModes[0] | string | `"ReadWriteMany"` | |
| storage.capacity | string | `"60Gi"` | |
| storage.claimOverride | string | `""` | |
| storage.class | string | `"hostpath"` | |
| storage.mountPath | string | `""` | |
| storage.overrideVolume | bool | `false` | |
| storage.path | string | `"/run/desktop/mnt/host/c/loqate/data"` | |
| storage.server | string | `""` | |
| storage.type | string | `"local"` | |
| tolerations | list | `[]` | |
| variants | object | `{}` | |
| verify.dataset | string | `"row"` | |
| verify.premium | bool | `false` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)