diff --git a/example/helm/microservices-grafana-values.yaml b/example/helm/microservices-grafana-values.yaml index 6c3b2a1efdf..5aa8616c4a6 100644 --- a/example/helm/microservices-grafana-values.yaml +++ b/example/helm/microservices-grafana-values.yaml @@ -12,7 +12,7 @@ datasources: type: tempo access: proxy orgId: 1 - url: http://tempo-tempo-distributed-query-frontend:3200 + url: http://tempo-tempo-distributed-query-frontend:3100 basicAuth: false isDefault: true version: 1 diff --git a/example/helm/readme.md b/example/helm/readme.md index 1805c95b226..c42fde5b158 100644 --- a/example/helm/readme.md +++ b/example/helm/readme.md @@ -19,12 +19,6 @@ Create a cluster k3d cluster create tempo --api-port 6443 --port "3000:80@loadbalancer" ``` -If you wish to use a local image, you can import these into k3d - -```console -k3d image import grafana/tempo:latest --cluster tempo -``` - Next either deploy the microservices or the single binary. ### Microservices diff --git a/example/helm/single-binary-grafana-values.yaml b/example/helm/single-binary-grafana-values.yaml index d2fed90ad99..5f1ff1bf709 100644 --- a/example/helm/single-binary-grafana-values.yaml +++ b/example/helm/single-binary-grafana-values.yaml @@ -12,7 +12,7 @@ datasources: type: tempo access: proxy orgId: 1 - url: http://tempo:3200 + url: http://tempo:3100 basicAuth: false isDefault: true version: 1