1. To access Nexus:

   NOTE: It may take a few minutes for the ingress load balancer to become available or the backends to become HEALTHY.
         You can watch the status of the backends by running:
         `kubectl get ingress -o jsonpath='{.items[*].metadata.annotations.ingress\.kubernetes\.io/backends}'`

   To access Nexus you can check:
   {{- if .Values.nexusProxy.env.enforceHttps }}
     https://{{ .Values.nexusProxy.env.nexusHttpHost }}
   {{- else }}
     http://{{ .Values.nexusProxy.env.nexusHttpHost }}
   {{- end }}

2. Login with the following credentials

   username: admin
   password: {{ .Values.nexusBackup.nexusAdminPassword }}

3. Change Your password after the first login

  {{- if .Values.nexusBackup.enabled }}
   Once you login you should change your admin password to match the value of `nexusBackup.env.nexusAdminPassword`
   This is important for security reasons and also because backup container needs this password set for admin user
   to access Nexus API to run backups.
  {{- end }}

4. Next steps in configuration

   Please follow the link below for nexus configuration, usage, backups and DR info:
   https://github.com/travelaudience/core-nexus-kubernetes/tree/create-helm-chart/helm/nexus#after-installing-the-chart
