Files
dev-intel-v2/foxtrot-docs-v3/reference/helm/charts/app-common-charts-loqate-app-charts-querycoordinator.md

127 lines
6.3 KiB
Markdown
Raw Normal View History

# querycoordinator
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.97544](https://img.shields.io/badge/AppVersion-0.1.97544-informational?style=flat-square)
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](https://github.com/norwoodj/helm-docs/releases/v1.14.2)