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
@@ -325,6 +325,7 @@ The memcached default args are removed and should be provided manually. The sett
325
325
| distributor.replicas | int | `1` | Number of replicas for the distributor |
326
326
| distributor.resources | object | `{}` | Resource requests and limits for the distributor |
327
327
| distributor.service.annotations | object | `{}` | Annotations for distributor service |
328
+
| distributor.service.externalTrafficPolicy | string | `nil` | If type is LoadBalancer you can set it to 'Local' [preserve the client source IP](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip) |
328
329
| distributor.service.labels | object | `{}` | Labels for distributor service |
329
330
| distributor.service.loadBalancerIP | string | `""` | If type is LoadBalancer you can assign the IP to the LoadBalancer |
330
331
| distributor.service.loadBalancerSourceRanges | list | `[]` | If type is LoadBalancer limit incoming traffic from IPs. |
expand all lines: charts/tempo-distributed/values.yaml
+2
Original file line number
Diff line number
Diff line change
@@ -465,6 +465,8 @@ distributor:
465
465
loadBalancerIP: ''
466
466
# -- If type is LoadBalancer limit incoming traffic from IPs.
467
467
loadBalancerSourceRanges: []
468
+
# -- If type is LoadBalancer you can set it to 'Local' [preserve the client source IP](https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/#preserving-the-client-source-ip)
0 commit comments