Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

nexus running on path other than / #34

Open
jbro07920 opened this issue Nov 30, 2017 · 1 comment
Open

nexus running on path other than / #34

jbro07920 opened this issue Nov 30, 2017 · 1 comment

Comments

@jbro07920
Copy link

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:
- host: mynexus.com
http:
paths:
- path: /mypath
backend:
serviceName: mynexus-sonatype-nexus
servicePort: 9988
tls:
- hosts:
- mynexus.com
secretName: nexus-cc-cert-secret

@AlexGluck
Copy link

Sorry, that can broke nexus behavior.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants