An open API service indexing awesome lists of open source software.

https://github.com/watchdg/helm-influxdb

helm influxdb
https://github.com/watchdg/helm-influxdb

helm influxdb

Last synced: 5 months ago
JSON representation

helm influxdb

Awesome Lists containing this project

README

          

# helm-influxdb

## render
```shell script
helm template helm-influxdb > influxdb.yml
```

## port-forward
```shell script
kubectl port-forward --namespace influxdb svc/influxdb 8086
```