This Helm chart configures the Kubernetes resources that are needed for a resilient Nexus Repository deployment on AWS
- Pull the nxrm-resiliency-aws-helmchart.
- Ensure you have updated your values.yaml with appropriate values for your environment.
- Install the chart using the following:
helm install nxrm aetion/nxrm3 --values values.yaml
- Get the Nexus Repository link using the following:
kubectl get ingresses -n nexus
To uninstall the deployment, use the following:
helm uninstall nxrm