2018-06-27 22:06:41 +02:00
|
|
|
# MOLGENIS - NEXUS Helm Chart
|
|
|
|
|
|
|
|
NEXUS repository for kubernetes to deploy on a kubernetes cluster with NFS-share
|
|
|
|
|
|
|
|
## Chart Details
|
|
|
|
|
|
|
|
This chart will deploy:
|
|
|
|
|
|
|
|
- 1 NEXUS container
|
|
|
|
- 1 MOLGENIS-httpd container ()to proxy the registry and docker to one domain)
|
|
|
|
|
|
|
|
## Installing the Chart
|
|
|
|
|
2018-06-29 22:21:45 +02:00
|
|
|
You can test in install the chart by executing:
|
|
|
|
|
|
|
|
```helm lint .```
|
|
|
|
|
|
|
|
To test if your helm chart-syntax is right and:
|
|
|
|
|
|
|
|
```helm install . --dry-run --debug```
|
|
|
|
|
|
|
|
To test if your hem chart works and:
|
|
|
|
|
|
|
|
```helm install .```
|
|
|
|
|
|
|
|
To deploy it on the cluster.
|
2018-06-27 22:06:41 +02:00
|
|
|
|
|
|
|
|