You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -362,6 +362,7 @@ The memcached default args are removed and should be provided manually. The sett
362
362
| distributor.config.log_received_spans | object | `{"enabled":false,"filter_by_status_error":false,"include_all_attributes":false}` | Enable to log every received span to help debug ingestion or calculate span error distributions using the logs |
| distributor.extraArgs | list | `[]` | Additional CLI args for the distributor |
365
+
| distributor.extraContainers | list | `[]` | Containers to add to the distributor pod |
365
366
| distributor.extraEnv | list | `[]` | Environment variables to add to the distributor pods |
366
367
| distributor.extraEnvFrom | list | `[]` | Environment variables from secrets or configmaps to add to the distributor pods |
367
368
| distributor.extraVolumeMounts | list | `[]` | Extra volumes for distributor pods |
@@ -371,7 +372,7 @@ The memcached default args are removed and should be provided manually. The sett
371
372
| distributor.image.registry | string | `nil` | The Docker registry for the distributor image. Overrides `tempo.image.registry` |
372
373
| distributor.image.repository | string | `nil` | Docker image repository for the distributor image. Overrides `tempo.image.repository` |
373
374
| distributor.image.tag | string | `nil` | Docker image tag for the distributor image. Overrides `tempo.image.tag` |
374
-
| distributor.initContainers | list | `[]` | Init containers for the distributor pod |
375
+
| distributor.initContainers | list | `[]` | Init containers to add to the distributor pods |
375
376
| distributor.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
376
377
| distributor.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating |
0 commit comments