Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems.
To install the chart with the release name jaeger
:
$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install jaeger romanow/jaeger
To uninstall the jaeger
installation:
helm uninstall jaeger
Key | Type | Default | Description |
---|---|---|---|
image | object | {
"pullPolicy": "IfNotPresent",
"repository": "jaegertracing/all-in-one",
"tag": "1.57.0"
} |
Image name and version |
ingress.domain | string | "romanow-alex.ru" |
Domain |
ingress.enabled | bool | true |
Enable ingress |
ingress.name | string | "jaeger" |
Ingress name |
ports | object | {
"admin": 16686,
"otlp": 4318,
"zipkin": 9411
} |
Jaeger ports |
resources.limits | object | {
"cpu": "300m",
"memory": "1024Mi"
} |
Limited resources |
resources.requests | object | {
"cpu": "300m",
"memory": "1024Mi"
} |
Requested resources |
storage.elasticsearch.password | string | "qwerty" |
Elastic password (optional) |
storage.elasticsearch.url | string | "http://elasticsearch:9200" |
Elastic address |
storage.elasticsearch.username | string | "logging" |
Elastic username (optional) |
storage.type | string | "elasticsearch" |
Name | Url | |
---|---|---|
Romanov Alexey | [email protected] | https://romanow.github.io |