Nexus has pre-built docker images for cloud deployment. To make the deployment easier we created helm chart for nexus. Follow this guide to setup nexus on the local or production using helm
λ helm repo add gaeaglobal https://nexusplatform.blob.core.windows.net/helm
"gaeaglobal" has been added to your repositories
Once chart repository has been added. Try searching for nexus chart to ensure you have access to nexus chart
λ helm search repo nexus
NAME CHART VERSION APP VERSION DESCRIPTION
gaeaglobal/nexus 0.8.1 0.8.1-alpha.3 The nexus platform for automation
Nexus installation
Now, you have access to nexus chart and its ready for deployment. Refer this guide for extensive configuration of nexus deployment. But, For now lets see the simplest deployment (Not for production use). For production, make sure scale up the service as per the requirement
Database URL is mandatory for any nexus deployment. You can use the values.yaml or use CLI to set these value. As a best practice let's use CLI to set sensitive data to kubernetes cluster.
Contact nexus support to get nexus docker registry and credentials to access the docker images
Create imagePullSecret
Default secret name is acr-secret. Set imagePullSecrets value as new secret name when installing helm chart in case of any change in secret name