-
-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eventcatalog on kubernetes #988
Comments
We have a group of folks from OSO creating a HELM chart for this, would that help at all? I'm no expert in Kubernetes deployments, so let me know if I can help in anyway? Can you share how I can replicate locally? |
Are you using nginx to serve the site? |
I use
|
I use the below, if you check the
`server {
}` Please try these config. |
I will give it a try thanks |
We ( @remcocats ) got it working with the following nginx default.conf .
|
I tried this:
In run event catalog on kubernetes, in the container we use port 5080 because we can't deploy containers with port 80. Because of some hardening. I have configured in the configuration port: 80. And I configured in de service layer kubernetes port 80 to 5080.
This happened:
When I run the application de links in the webpage all are rewrite to 5080 and not 80. So all the links are broken.
I expected this:
When I set the port in de config to 80 that the url rewrite is set to 80 so that everything works. Or that when I use '/' that it uses soft links.
Is there a workaround?
I have tried many things but none of them helps like in the ingress nginx.ingress.kubernetes.io/rewrite-target.
Anything else?
No response
EventCatalog Version
2.14.3
Node.js Version
20.17
Platform(s)
Linux
Community Notes
The text was updated successfully, but these errors were encountered: