helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

[tempo-distributed] added ndots=* in compactor pods for Azure.

Open hwu-talendbj opened this issue 2 years ago • 0 comments

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"

hwu-talendbj avatar Sep 02 '22 02:09 hwu-talendbj