https://github.com/kaplanmaxe/helm-druid
A helm chart for druid
https://github.com/kaplanmaxe/helm-druid
druid helm kubernetes
Last synced: 8 days ago
JSON representation
A helm chart for druid
- Host: GitHub
- URL: https://github.com/kaplanmaxe/helm-druid
- Owner: kaplanmaxe
- Created: 2020-03-22T19:52:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T19:56:20.000Z (about 6 years ago)
- Last Synced: 2025-03-03T09:42:47.043Z (over 1 year ago)
- Topics: druid, helm, kubernetes
- Language: Smarty
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-druid
A helm chart for druid
### Setup
**You can skip this section if the zookeeper chart is already tracked in charts/**
Make sure you have your helm repos set up for stable and incubating
```
helm dep update
```
Zookeeper is a dependency here so the above command will download zookeeper chart
### Installation (Local)
This chart comes with multiple values files
- values.yaml -> derby
- values-postgres.yaml -> postgres
Which one you would like to use is up to you.
```
helm install druid ./
OR
helm install -f values-local-postgres.yaml druid ./
```