https://github.com/teknoir/historian-helm
Historian Helm Chart
https://github.com/teknoir/historian-helm
helm historian teknoir
Last synced: about 2 months ago
JSON representation
Historian Helm Chart
- Host: GitHub
- URL: https://github.com/teknoir/historian-helm
- Owner: teknoir
- Created: 2024-11-21T10:09:54.000Z (6 months ago)
- Default Branch: gh-pages
- Last Pushed: 2025-01-06T09:30:42.000Z (5 months ago)
- Last Synced: 2025-01-30T08:31:40.579Z (4 months ago)
- Topics: helm, historian, teknoir
- Homepage: https://teknoir.cloud
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Historian Helm Chart
This chart deploys the Historian 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 Historian to a Device.```yaml
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: historian
namespace: default
spec:
repo: https://teknoir.github.io/historian-helm
chart: historian
targetNamespace: default
valuesContent: |-
# TBD
```## Example values.yaml
```yaml
# TBD
```## Adding the repository
```bash
helm repo add teknoir-historian https://teknoir.github.io/historian-helm/
```## Installing the chart
```bash
helm install historian teknoir-historian/historian -f values.yaml
```