Skip to content
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

Allow to select service port for ingress #970

Open
piotrwielgolaski-tomtom opened this issue Dec 7, 2023 · 3 comments
Open

Allow to select service port for ingress #970

piotrwielgolaski-tomtom opened this issue Dec 7, 2023 · 3 comments
Labels
pending author feedback stale Will be closed unless advocated for within 7 days

Comments

@piotrwielgolaski-tomtom
Copy link

I would like to expose kong-admin as ingress, but it force to use tls port in ingress.
https://github.com/Kong/charts/blob/main/charts/kong/templates/_helpers.tpl#L421

I need tls for controller in gateway mode, but I would prefer to use http for kong-manager and expose it ingress.
Prefer to not to make ssl passthrough as it is not easy with plain ingress resources.

@rainest
Copy link
Contributor

rainest commented Dec 7, 2023

Can you elaborate on your situation? Manager should be able to access the admin API over HTTPS fine.

@piotrwielgolaski-tomtom
Copy link
Author

My case is like this, I use traefik as ingress to expose admin API, but it is up to traefik to terminate SSL and forward http to pod, with current setup, ingress need to be configured to passthrough ssl from client to pod, which is not trivial.
To solve it for now, I was forced to disable ingress from kong chart and create one outside only because when tls is on, it force ingress to use tls port.

Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Will be closed unless advocated for within 7 days label Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending author feedback stale Will be closed unless advocated for within 7 days
Projects
None yet
Development

No branches or pull requests

2 participants