Skip to content

Deploys ICIJ's Datashare to Kubernetes using a Helm chart

License

Notifications You must be signed in to change notification settings

PublicI/datashare-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

datashare-deploy

ICIJ Datashare lets you index and search documents on your computer, and this Helm chart extends that to your very own cluster with Kubernetes and Helm.

Note: unofficial chart not affiliated with ICIJ. Alpha-quality. Use at your own risk.

Install

git clone https://github.com/PublicI/datashare-deploy.git
cd datashare-deploy
helm install --name datashare --namespace datashare ./charts/datashare/ --set basedomain=<your domain>
# import data
kubectl cp . "datashare/"$(kubectl get pod -l app=datashare-datashare --namespace=datashare -o jsonpath="{.items[0].metadata.name}")":/home/datashare/data"