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
- Host: GitHub
- URL: https://github.com/watchdg/helm-influxdb
- Owner: WatchDG
- License: mit
- Created: 2020-08-30T06:16:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T06:33:48.000Z (almost 6 years ago)
- Last Synced: 2025-06-15T12:05:32.789Z (about 1 year ago)
- Topics: helm, influxdb
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```