Open jbro07920 opened 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:
Sorry, that can broke nexus behavior.
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: