https://github.com/datopian/ckan-cloud-solr
The Repo for maintaining Helm Charts, Dockerfile for the CKAN
https://github.com/datopian/ckan-cloud-solr
Last synced: 2 months ago
JSON representation
The Repo for maintaining Helm Charts, Dockerfile for the CKAN
- Host: GitHub
- URL: https://github.com/datopian/ckan-cloud-solr
- Owner: datopian
- Created: 2021-11-03T13:36:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T10:47:09.000Z (almost 3 years ago)
- Last Synced: 2025-07-02T11:13:45.827Z (9 months ago)
- Language: Mustache
- Size: 1.83 MB
- Stars: 0
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md/LICENSE.md
Awesome Lists containing this project
README
# SOLR Cloud Chart helm repo
This repo setup the solr configuration with schema setup for ckan [2.6, 2.7, 2.8 and 2.9].
The custom schema can also be used to configure the solr instance. The repository by default will setup the solr for CKAN as a solr cloud using the zookeeper.
The repo uses fork from the [solr](https://github.com/helm/charts/tree/master/incubator/solr) and [zookeeper](https://github.com/helm/charts/tree/master/incubator/zookeeper) charts from [helm](https://github.com/helm/charts/tree/master/incubator/).
## Usage
The repository can be used to build the solr image and configure the default schema's for CKAN.
### Build Image
`make build SOLR_IMAGE=`
### Installation
`helm upgrade -n -i helm/solr -f helm/solr/values.yaml --create-namespace --wait`
# Credits
The repository is possible due the amazing contributions out their and we would like to give [credits](./CREDITS.md) to them