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

host alias for the agent container #1033

Open
joeltraber opened this issue Feb 28, 2024 · 0 comments
Open

host alias for the agent container #1033

joeltraber opened this issue Feb 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@joeltraber
Copy link

Is your feature request related to a problem? Please describe

Since Jenkins runs in the same environment as Gitlab, routing via the public IP makes no sense. I would like to resolve the Gitlab URL with an internal IP. The host alias for the controller works perfectly for this. Unfortunately, the agent is missing this option for some reason

Describe the solution you'd like

Provide the same option for the agent as for the controller (see below).

jenkins:
controller:
hostAliases:
- ip: x.x.x.x
hostnames:
- git.x.com

Describe alternatives you've considered

Also nice would to set host aliases globally for any container within the helm chart.

Additional context

No response

@joeltraber joeltraber added the enhancement New feature or request label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant