sciencebox / charts

Helm Charts for ScienceBox services
GNU Affero General Public License v3.0
4 stars 6 forks source link

ScienceBox

Artifact Hub

ScienceBox project aims to provider container-based version CERN services namely EOS, CERNBox, CVMFS and SWAN services. The goal of the project is to provide an easy and hassle free way to deploy CERN Services on Kubernetes.

ScienceBox Charts

Collection of ScienceBox Helm Charts.

This repository hosts a collection of Helm charts for stand-alone ScienceBox deployments:

Charts for other services part of ScienceBox are hosted on dedicated repositories:

Deploying on Minikube

Before, deploying the helm charts, run the following commands to update the helm dependencies:

git clone https://github.com/sciencebox/charts.git
cd sciencebox
helm dep update

After updating the dependencies, in order to deploy the charts on minikube we have the installation scripts available here in a dedicated repository.