Hi,

I was trying to use Ignite web console on Kubernetes using the docker image
at 

For external access, I am using ingress kubernetes resource. I am able to
access Web console UI using the default href path (/).

But with non default href path, the ignite web console page does not load.  
Is there any workaround for this ?
 
Below is the ingress file, I am using:

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: web-console-ingress
  namespace: default
  annotations:
    ingress.kubernetes.io/rewrite-target: "/"
spec:
  rules:
   - http:
       paths:
        - backend:
            serviceName: ignite-web-console-service
            servicePort: 8080
          path: /ignite-web-console-ui


Regards,
Vishwas



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Reply via email to