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

Add ability to set nodePort on internal-router service #347

Closed
wants to merge 1 commit into from

Conversation

scme0
Copy link
Contributor

@scme0 scme0 commented Dec 2, 2024

What

I have discovered a relatively easy way to run a gitops runtime in a local Kind cluster against a local (dev) instance of codefresh running in docker. The only thing missing from the existing helm chart is the ability to set the nodePort value on the internal-router service. Note: You can already set the service type to NodePort but you just can't specify the nodePort that it uses, which we need to for my setup.

Why

There has been some instability with the use of vclusters and so we're trying to find a way to run a local dev setup against a local cluster with a runtime. I believe I have found a solution that works quite well.

Notes

@scme0 scme0 requested a review from a team as a code owner December 2, 2024 15:44
@scme0 scme0 closed this Dec 2, 2024
@scme0 scme0 deleted the nodePort-on-internal-router branch December 2, 2024 16:06
@scme0
Copy link
Contributor Author

scme0 commented Dec 2, 2024

Closed because I need to start my branch with feat/
New PR: #348

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.

2 participants