Skip to content

Latest commit

 

History

History

influxdb

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Helm Chart for influxdb

Version: 1.5.0 Type: application AppVersion: 1.8.4

The Time Series Data Platform where developers build IoT, analytics, and cloud applications.

Installing the Chart

To install the chart with the release name influxdb:

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

Uninstalling the Chart

To uninstall the influxdb installation:

helm uninstall influxdb

Configuration

Key Type Default Description
database string
"k6"
Database name
image object
{
  "pullPolicy": "IfNotPresent",
  "repository": "influxdb",
  "tag": "1.8.4"
}
Image name and version
ports.external string
null
If define, create NodePort for external usage
ports.internal int
8086
InfluxDB port
resources.limits object
{
  "cpu": "200m",
  "memory": "512Mi"
}
Limited resources
resources.requests object
{
  "cpu": "200m",
  "memory": "512Mi"
}
Requested resources
serviceName string
.Release.Name
Custom service name

Sources

Maintainer

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