Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teknoir/grafana-helm
Grafana Helm Chart
https://github.com/teknoir/grafana-helm
grafana helm teknoir
Last synced: 23 days ago
JSON representation
Grafana Helm Chart
- Host: GitHub
- URL: https://github.com/teknoir/grafana-helm
- Owner: teknoir
- Created: 2024-11-22T13:12:43.000Z (3 months ago)
- Default Branch: gh-pages
- Last Pushed: 2024-11-22T13:47:39.000Z (3 months ago)
- Last Synced: 2024-11-22T14:23:21.956Z (3 months ago)
- Topics: grafana, helm, teknoir
- Homepage: https://teknoir.cloud
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grafana Helm Chart
This chart deploys the Grafana to a Kubernetes cluster.
> The implementation of the Helm chart is right now the bare minimum to get it to work.
## Usage in Teknoir platform
Use the HelmChart to deploy the Grafana to a Device.```yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: grafana
namespace: default
spec:
repo: https://teknoir.github.io/grafana-helm
chart: grafana
targetNamespace: default
valuesContent: |-
deviceId: "orin-demo-se"
teamspace: "teknoir-ai"
```## Example values.yaml
```yaml
# TBD
```## Adding the repository
```bash
helm repo add teknoir-grafana https://teknoir.github.io/grafana-helm/
```## Installing the chart
```bash
helm install grafana teknoir-grafana/grafana -f values.yaml
```