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
@@ -384,6 +384,7 @@ The memcached default args are removed and should be provided manually. The sett
384
384
| distributor.image.repository | string | `nil` | Docker image repository for the distributor image. Overrides `tempo.image.repository` |
385
385
| distributor.image.tag | string | `nil` | Docker image tag for the distributor image. Overrides `tempo.image.tag` |
386
386
| distributor.initContainers | list | `[]` | Init containers to add to the distributor pods |
387
+
| distributor.lifecycle | object | `{}` | Container lifecycle hooks for the distributor |
387
388
| distributor.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
388
389
| 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