The Time Series Data Platform where developers build IoT, analytics, and cloud applications.
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
To uninstall the influxdb
installation:
helm uninstall influxdb
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 |
Name | Url | |
---|---|---|
Romanov Alexey | [email protected] | https://romanow.github.io |