Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

octarine UI not accessible on different path when using ingress rewrite path #27

Open
SunnyAgrawal opened this issue Jul 2, 2020 · 0 comments

Comments

@SunnyAgrawal
Copy link

Hi Team

I tried setting up nginx ingress and expose the octarine UI on different path. However the UI is not loading properly.
I am doing something wrong ?
It works fine if i don't specify path.

my ingress definition :

apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: octarine-ingress
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
spec:
rules:
- host: localhost
http:
paths:
- path: /octarine
backend:
serviceName: kube-scan-ui
servicePort: 80

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

No branches or pull requests

1 participant