https://github.com/strapdata/helm-charts
Strapdata HELM charts
https://github.com/strapdata/helm-charts
Last synced: 9 months ago
JSON representation
Strapdata HELM charts
- Host: GitHub
- URL: https://github.com/strapdata/helm-charts
- Owner: strapdata
- Created: 2018-10-27T10:47:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T10:21:16.000Z (about 5 years ago)
- Last Synced: 2023-03-03T19:03:24.855Z (almost 3 years ago)
- Language: HTML
- Size: 1.1 MB
- Stars: 23
- Watchers: 6
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapdata HELM Charts [](https://travis-ci.org/strapdata/helm-charts)
[](http://www.strapdata.io)
## Usage
Add this HELM repository
helm repo add strapdata https://charts.strapdata.com
Update this HELM repository
helm repo update
## Install charts
Install Elassandra from this HELM repository:
helm install --namespace "defaut" --set image.repo=strapdata/elassandra --set image.tag=6.2.3.11 strapdata/elassandra
Install Fluentbit with an Elasticsearch pipeline + template for an optimized storage with Elassandra
```bash
helm install --name my-fluentbit --set trackOffsets="true",\
backend.type="es",backend.es.host="elassandra-elasticsearch.default.svc.cluster.local",backend.es.time_key="es_time",backend.es.pipeline="fluentbit",\
parsers.enabled=true,parsers.json[0].name="docker",parsers.json[0].timeKey="time",parsers.json[0].timeFormat="%Y-%m-%dT%H:%M:%S.%L",parsers.json[0].timeKeep="Off" ./stable/fluent-bit
```