Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Configure path based routing for jira and confluence on AWS ABL(ingress)

sunil March 20, 2020

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

 

0 answers

Suggest an answer

Log in or Sign up to answer