You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: