-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathvalues.yaml
39 lines (38 loc) · 1.6 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# -- [jaeger-operator](https://www.jaegertracing.io/docs/operator) ([example](./examples/jaegerOperator.yaml))
# @default -- -
jaegerOperator:
# -- Enable jaeger-operator
enabled: false
name: jaeger-operator
destination:
# -- Namespace
namespace: "infra-jaeger"
# -- Repo URL
# @default -- [repo](https://jaegertracing.github.io/helm-charts)
repoURL: "https://jaegertracing.github.io/helm-charts"
# -- Chart
chart: "jaeger-operator"
# -- [jaeger-operator Helm chart](https://github.com/jaegertracing/helm-charts/tree/main/charts/jaeger-operator)
targetRevision: "2.54.0"
# -- Helm values
# @default -- [upstream values](https://github.com/jaegertracing/helm-charts/blob/main/charts/jaeger-operator/values.yaml)
values: {}
# -- [opentelemetry-collector](https://opentelemetry.io/docs/collector/) ([example](./examples/opentelemetryCollector.yaml))
# @default -- -
opentelemetryCollector:
# -- Enable otel-exporter
enabled: false
name: otel-collector
destination:
# -- Namespace
namespace: "infra-otel-operator"
# -- Repo URL
# @default -- [repo](https://open-telemetry.github.io/opentelemetry-helm-charts)
repoURL: "https://open-telemetry.github.io/opentelemetry-helm-charts"
# -- Chart
chart: "opentelemetry-collector"
# -- [opentelemetry-collector Helm chart](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector)
targetRevision: "0.119.0"
# -- Helm values
# @default -- [upstream values](https://github.com/open-telemetry/opentelemetry-helm-charts/blob/main/charts/opentelemetry-collector/values.yaml)
values: {}