Hi,
Can anyone help on how to configure path based routing on AWS ingress(only AWS ALB) as I have jira, jenkins and confluence services running on AWS EKS with private subnets. When I tried to access the ingress
Http://ingress-host/jira working to load initial page and have link to login, once clicked on login link browser shows HTTP 404 error since in my ingress object I defined as below
- path: /jira/*
backend:
serviceName: jira-service
servicePort: 8080
Even tried with /jira, /jira/ , /secure
With above path rule in ingress objects only few pages can be loaded and used to get HTTP 404 error though jira service is running. I have added the ingress hostname in tomcat connector and context path as jira in server.xml
I wanted to use one ingress for DevOps tools to access them.
Thanks,
KSunil