travelaudience / kubernetes-nexus

Run Sonatype Nexus Repository Manager OSS on top of Kubernetes (GKE). Includes instructions for automated backups (GCS) and day-to-day usage.
Apache License 2.0
130 stars 61 forks source link

Deployment/Deploying Nexus section has no deployment detail whatsoever #51

Open edmacabebe opened 5 years ago

edmacabebe commented 5 years ago

Installing helm using: helm install --name nexus --namespace bpi-cdo-toolchain stable/sonatype-nexus -f ./values.yaml

Where values for now is the default. The pod, service, pv (nexus-data), pvc all seem are running.

How do I at the minimum expose the service publicly as http://nexus.mydomain.xx ?

jeff-knurek commented 5 years ago

@edmacabebe I think the documentation you might be looking for is in the helm chart. Specifically https://github.com/helm/charts/tree/master/stable/sonatype-nexus#recommended-settings in particular the ingress and nexusProxy values.