|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -616,6 +616,18 @@ The memcached default args are removed and should be provided manually. The sett
|
616 | 616 | | ingester.zoneAwareReplication.zones[2].extraAffinity | object | `{}` | extraAffinity adds user defined custom affinity rules (merged with generated rules) |
|
617 | 617 | | ingester.zoneAwareReplication.zones[2].nodeSelector | string | `nil` | nodeselector to restrict where pods of this zone can be placed. E.g.: nodeSelector: topology.kubernetes.io/zone: zone-c |
|
618 | 618 | | ingester.zoneAwareReplication.zones[2].storageClass | string | `nil` | Ingester data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", then use `storageClassName: ""`, which disables dynamic provisioning If undefined or set to null (the default), then fall back to the value of `ingester.persistentVolume.storageClass`. |
|
| 619 | +| ingress.annotations | object | `{}` | | |
| 620 | +| ingress.enabled | bool | `false` | If you enable this, make sure to disable the gateway's ingress. | |
| 621 | +| ingress.hosts[0] | string | `"tempo.example.com"` | | |
| 622 | +| ingress.paths.compactor[0].path | string | `"/compactor/ring"` | | |
| 623 | +| ingress.paths.distributor[0].path | string | `"/v1/traces"` | | |
| 624 | +| ingress.paths.distributor[0].port | int | `4318` | | |
| 625 | +| ingress.paths.distributor[1].path | string | `"/distributor/ring"` | | |
| 626 | +| ingress.paths.distributor[2].path | string | `"/ingester/ring"` | | |
| 627 | +| ingress.paths.distributor[3].path | string | `"/metrics-generator/ring"` | | |
| 628 | +| ingress.paths.ingester[0].path | string | `"/flush"` | | |
| 629 | +| ingress.paths.ingester[1].path | string | `"/shutdown"` | | |
| 630 | +| ingress.paths.query-frontend[0].path | string | `"/api"` | | |
619 | 631 | | kubectlImage.pullPolicy | string | `"IfNotPresent"` | |
|
620 | 632 | | kubectlImage.repository | string | `"bitnami/kubectl"` | |
|
621 | 633 | | kubectlImage.tag | string | `"latest"` | |
|
|
0 commit comments