helm-charts
helm-charts copied to clipboard
[tempo-distributed] added ndots=* in compactor pods for Azure.
Hi, According to this PR https://github.com/grafana/tempo/issues/1462 for fixing Azure DNS Lookup Failures, is it possible that we can by setting Pod's DNS Config inside the tempo helm chart as well?
spec:
dnsConfig:
options:
- name: ndots
value: "3"