| commit | 698930b1c670898a67014f5bf2088976e53f7adc | [log] [tgz] |
|---|---|---|
| author | Eamon Ford <eamonford@gmail.com> | Mon Dec 21 10:06:43 2020 -0800 |
| committer | GitHub <noreply@github.com> | Mon Dec 21 10:06:43 2020 -0800 |
| tree | 94a2a26d731473cbf6e186f8b13c8ef29b41b0f8 | |
| parent | 9979ee63f98a81f8d5b0627ba02fb60e5bc662fa [diff] |
SDAP-298: Helm Chart 1.0.0 (#113) * updated helm chart for zookeeper use solr and zk helm charts change .Release.Namespace to .Release.Name add rabbitmq storageclass fix rbac add max_concurrency add solr_host arg add solr port always deploy solr add solr-host option read cli args for cass and solr hosts pass cassandra host add support for cassandra username and password cassandra helm chart included fix arguments sent to spark driver, add logging in cassandraproxy pass factory method to nexuscalchandlers to create tile service in spark nodes fix namespace fix bad argument order fix cass url for granule ingester change solr-create-collection to a deployment make solr history default pr enable external solr/zk/cass hosts rabbitmq.enabled revert doms revert update images only deploy config operator if it is enabled remove http:// from solr hardcoded endpoint turn off configmap by default * revert doms * upgrade images * use new nexusjpl/solr image, update solr-create-collection image tag * Add flag to disable crd creation * Fixed typo * Only create gitcfg if if configMap not set * Only create rbac if configmap disabled * update nexus version * Add S3 support to helm chart * Update Rabbitmq version * Update versions * version bumps * Cleanup * Configurable cassandra parameters * wip: helm readme * Helm readme changes * Typo * Typo * Readme updates * Readme * Readme * Readme updates * Readme * Readme * Fix typos * Readme * Readme * Readme * Readme * Readme * Readme * More docs * Cleanup Co-authored-by: Eamon Ford <eamon.d.ford@jpl.nasa.gov>
The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html
Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.
pip install sphinx sphinx-autobuild recommonmark
Run sphinx-autobuild to view the docs locally.
cd docs sphinx-autobuild . _build/html