|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -447,8 +447,8 @@ The memcached default args are removed and should be provided manually. The sett
|
447 | 447 | | enterpriseGateway.image.tag | string | `nil` | Docker image tag for the enterpriseGateway image. Overrides `tempo.image.tag` |
|
448 | 448 | | enterpriseGateway.ingress.annotations | object | `{}` | Annotations for the enterprise-gateway ingress |
|
449 | 449 | | enterpriseGateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the enterprise-gateway should be created |
|
450 |
| -| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.gem.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress | |
451 |
| -| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.gem.example.com"],"secretName":"gem-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress | |
| 450 | +| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.get.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress | |
| 451 | +| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.get.example.com"],"secretName":"get-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress | |
452 | 452 | | enterpriseGateway.initContainers | list | `[]` | |
|
453 | 453 | | enterpriseGateway.nodeSelector | object | `{}` | |
|
454 | 454 | | enterpriseGateway.persistence.subPath | string | `nil` | |
|
@@ -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"` | |
|
@@ -806,6 +818,7 @@ The memcached default args are removed and should be provided manually. The sett
|
806 | 818 | | querier.initContainers | list | `[]` | Init containers for the querier pod |
|
807 | 819 | | querier.maxSurge | int | `0` | Max Surge for querier pods |
|
808 | 820 | | querier.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
|
| 821 | +| querier.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating | |
809 | 822 | | querier.nodeSelector | object | `{}` | Node selector for querier pods |
|
810 | 823 | | querier.podAnnotations | object | `{}` | Annotations for querier pods |
|
811 | 824 | | querier.podLabels | object | `{}` | Labels for querier pods |
|
|
0 commit comments