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

[WIP] Improve configurability of ingress config #4188

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Sovietaced
Copy link
Contributor

@Sovietaced Sovietaced commented Feb 4, 2025

Fixes #4187

This pull request improves the configurability of the ingress config for environments like ours where we run nginx ingress, cert-manager, and external DNS. This change allows ingress classes to be configured and also gives the user more control over TLS hosts so that TLS hosts can be matched up with a DNS entry configured via the annotations. This allows for TLS termination of domain name targeted traffic.

Signed-off-by: Jason Parraga <sovietaced@gmail.com>
Signed-off-by: Jason Parraga <sovietaced@gmail.com>
@Sovietaced Sovietaced marked this pull request as ready for review February 4, 2025 23:06
@Sovietaced
Copy link
Contributor Author

This pull requests needs more work. In order to get our setup to work we have to change even more of the code in conversions.go which seems like it would be pretty disruptive.

@Sovietaced Sovietaced changed the title Improve configurability of ingress config [WIP] Improve configurability of ingress config Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve configurability of Ingress during Job Submission
1 participant