Skip to content

Latest commit

 

History

History

kibana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Helm Chart for kibana

Version: 1.5.0 Type: application AppVersion: 7.17.8

Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.

Installing the Chart

To install the chart with the release name kibana:

$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install kibana romanow/kibana

Uninstalling the Chart

To uninstall the kibana installation:

helm uninstall kibana

Configuration

Key Type Default Description
elasticsearch.password string
"qwerty"
Elastic password (optional)
elasticsearch.url string
"http://elasticsearch:9200"
Elastic address
elasticsearch.username string
"logging"
Elastic username (optional)
image object
{
  "pullPolicy": "IfNotPresent",
  "repository": "kibana",
  "tag": "7.17.8"
}
Image name and version
ingress.domain string
"romanow-alex.ru"
Domain
ingress.enabled bool
true
Enable ingress
ingress.name string
"kibana"
Ingress name
port int
5601
Kibana port
resources.limits object
{
  "cpu": "500m",
  "memory": "1024Mi"
}
Limited resources
resources.requests object
{
  "cpu": "500m",
  "memory": "1024Mi"
}
Requested resources

Sources

Maintainer

Name Email Url
Romanov Alexey [email protected] https://romanow.github.io