https://github.com/teknoir/prometheus-helm
Prometheus Helm Chart
https://github.com/teknoir/prometheus-helm
Last synced: 7 months ago
JSON representation
Prometheus Helm Chart
- Host: GitHub
- URL: https://github.com/teknoir/prometheus-helm
- Owner: teknoir
- Created: 2024-11-22T09:31:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T11:23:13.000Z (11 months ago)
- Last Synced: 2025-01-30T08:43:01.537Z (9 months ago)
- Homepage: https://teknoir.cloud
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prometheus Helm Chart
This chart deploys the Prometheus 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 Prometheus to a Device.```yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: prometheus
namespace: default
spec:
repo: https://teknoir.github.io/prometheus-helm
chart: prometheus
targetNamespace: default
valuesContent: |-
# TBD
```## Example values.yaml
```yaml
# TBD
```## Adding the repository
```bash
helm repo add teknoir-prometheus https://teknoir.github.io/prometheus-helm/
```## Installing the chart
```bash
helm install prometheus teknoir-prometheus/prometheus -f values.yaml
```