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

feat: Add ability to set nodePort on internal-router service #348

Merged
merged 1 commit into from
Dec 3, 2024

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

Old PR: #347

@scme0 scme0 requested a review from a team as a code owner December 2, 2024 16:07
@scme0
Copy link
Contributor Author

scme0 commented Dec 2, 2024

Recreated PR as I didn't start my branch with feat/

@scme0
Copy link
Contributor Author

scme0 commented Dec 2, 2024

/e2e

2 similar comments
@scme0
Copy link
Contributor Author

scme0 commented Dec 2, 2024

/e2e

@scme0
Copy link
Contributor Author

scme0 commented Dec 3, 2024

/e2e

@scme0 scme0 merged commit b49d784 into main Dec 3, 2024
2 checks passed
@scme0 scme0 deleted the feat/nodePort-on-internal-router branch December 3, 2024 11:15
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