sigs.k8s.io/cluster-api-provider-azure@v1.14.3/hack/observability/jaeger/chart/README.md (about)

     1  # Jaeger Tracing - All In One
     2  
     3  ## Introduction
     4  
     5  The Jaeger tracing all-in-one service enables jaeger for development purposes, check out:
     6  - https://www.jaegertracing.io/docs/1.18/getting-started/
     7  
     8  ## Installing the Chart
     9  
    10  To install the chart with the release name `jaeger-all-in-one` run:
    11  
    12  ```bash
    13  $ helm repo add jaeger-all-in-one https://raw.githubusercontent.com/hansehe/jaeger-all-in-one/master/helm/charts
    14  $ helm install jaeger-all-in-one jaeger-all-in-one/jaeger-all-in-one
    15  ```
    16  
    17  Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,
    18  
    19  ```bash
    20  $ helm install jaeger-all-in-one -f values.yaml jaeger-all-in-one/jaeger-all-in-one
    21  ```
    22  
    23  ## Configuration
    24  
    25  Find all possible configuration values here:
    26  - https://github.com/hansehe/jaeger-all-in-one/blob/master/helm/jaeger-all-in-one/values.yaml