|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -334,6 +334,7 @@ The memcached default args are removed and should be provided manually. The sett
|
334 | 334 | | compactor.image.tag | string | `nil` | Docker image tag for the compactor image. Overrides `tempo.image.tag` |
|
335 | 335 | | compactor.initContainers | list | `[]` | Init containers to add to the compactor pod |
|
336 | 336 | | compactor.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
|
| 337 | +| compactor.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating | |
337 | 338 | | compactor.nodeSelector | object | `{}` | Node selector for compactor pods |
|
338 | 339 | | compactor.podAnnotations | object | `{}` | Annotations for compactor pods |
|
339 | 340 | | compactor.podLabels | object | `{}` | Labels for compactor pods |
|
@@ -372,6 +373,7 @@ The memcached default args are removed and should be provided manually. The sett
|
372 | 373 | | distributor.image.tag | string | `nil` | Docker image tag for the distributor image. Overrides `tempo.image.tag` |
|
373 | 374 | | distributor.initContainers | list | `[]` | Init containers for the distributor pod |
|
374 | 375 | | distributor.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
|
| 376 | +| distributor.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating | |
375 | 377 | | distributor.nodeSelector | object | `{}` | Node selector for distributor pods |
|
376 | 378 | | distributor.podAnnotations | object | `{}` | Annotations for distributor pods |
|
377 | 379 | | distributor.podLabels | object | `{}` | Labels for distributor pods |
|
@@ -508,6 +510,7 @@ The memcached default args are removed and should be provided manually. The sett
|
508 | 510 | | gateway.ingress.labels | object | `{}` | Labels for the gateway ingress |
|
509 | 511 | | gateway.ingress.tls | list | `[{"hosts":["gateway.tempo.example.com"],"secretName":"tempo-gateway-tls"}]` | TLS configuration for the gateway ingress |
|
510 | 512 | | gateway.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
|
| 513 | +| gateway.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating | |
511 | 514 | | gateway.nginxConfig.file | string | See values.yaml | Config file contents for Nginx. Passed through the `tpl` function to allow templating |
|
512 | 515 | | gateway.nginxConfig.httpSnippet | string | `""` | Allows appending custom configuration to the http block |
|
513 | 516 | | gateway.nginxConfig.logFormat | string | `"main '$remote_addr - $remote_user [$time_local] $status '\n '\"$request\" $body_bytes_sent \"$http_referer\" '\n '\"$http_user_agent\" \"$http_x_forwarded_for\"';"` | NGINX log format |
|
@@ -705,6 +708,7 @@ The memcached default args are removed and should be provided manually. The sett
|
705 | 708 | | metricsGenerator.initContainers | list | `[]` | Init containers for the metrics generator pod |
|
706 | 709 | | metricsGenerator.kind | string | `"Deployment"` | Kind of deployment [StatefulSet/Deployment] |
|
707 | 710 | | metricsGenerator.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
|
| 711 | +| metricsGenerator.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating | |
708 | 712 | | metricsGenerator.nodeSelector | object | `{}` | Node selector for metrics-generator pods |
|
709 | 713 | | metricsGenerator.persistence | object | `{"annotations":{},"enabled":false,"labels":{},"size":"10Gi","storageClass":null}` | Persistence configuration for metrics-generator |
|
710 | 714 | | metricsGenerator.persistence.annotations | object | `{}` | Annotations for metrics generator PVCs |
|
@@ -849,6 +853,7 @@ The memcached default args are removed and should be provided manually. The sett
|
849 | 853 | | queryFrontend.ingress.tls | list | `[{"hosts":["query.tempo.example.com"],"secretName":"tempo-query-tls"}]` | TLS configuration for the Jaeger ingress |
|
850 | 854 | | queryFrontend.initContainers | list | `[]` | Init containers for the query-frontend pod |
|
851 | 855 | | queryFrontend.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
|
| 856 | +| queryFrontend.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating | |
852 | 857 | | queryFrontend.nodeSelector | object | `{}` | Node selector for query-frontend pods |
|
853 | 858 | | queryFrontend.podAnnotations | object | `{}` | Annotations for query-frontend pods |
|
854 | 859 | | queryFrontend.podLabels | object | `{}` | Labels for queryFrontend pods |
|
|
0 commit comments