Skip to content

Latest commit

 

History

History

jaeger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Helm Chart for jaeger

Version: 1.6.1 Type: application AppVersion: 1.57.0

Jaeger is a distributed tracing system released as open source project. It is used for monitoring and troubleshooting microservices-based distributed systems.

Installing the Chart

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

Uninstalling the Chart

To uninstall the jaeger installation:

helm uninstall jaeger

Configuration

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"

Sources

Maintainer

Name Email Url
Romanov Alexey romanowalex@mail.ru https://romanow.github.io