kube-scan
kube-scan copied to clipboard
octarine UI not accessible on different path when using ingress rewrite path
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