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

nexus running on path other than / #34

Open jbro07920 opened 6 years ago

jbro07920 commented 6 years ago

Can you post an ingress example, where nexus is accessible in a host path other than / ? For example, the following does not work:

apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: nginx ingress.kubernetes.io/rewrite-target: / ingress.kubernetes.io/add-base-url: "true" name: myingress spec: rules:

AlexGluck commented 2 years ago

Sorry, that can broke nexus behavior.