-
Notifications
You must be signed in to change notification settings - Fork 2k
Add command line argument for custom TLS Passthrough port #4108
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
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned Manifest Files |
Codecov Report
@@ Coverage Diff @@
## main #4108 +/- ##
==========================================
+ Coverage 51.95% 51.96% +0.01%
==========================================
Files 59 59
Lines 16753 16759 +6
==========================================
+ Hits 8704 8709 +5
- Misses 7750 7753 +3
+ Partials 299 297 -2
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
fb5fec9
to
ce42e37
Compare
tests/data/common/service/loadbalancer-with-additional-ports.yaml
Outdated
Show resolved
Hide resolved
docs/content/configuration/global-configuration/command-line-arguments.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM where docs are concerned: there's some issues with product naming but they existed in the docs prior to change and will be reviewed and updated as a discrete documentation task.
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Co-authored-by: Venktesh Shivam Patel <[email protected]> Signed-off-by: Haywood Shannon <[email protected]>
5f9c749
to
3ac7115
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great stuff Haywood. The updated template tests are very clear and concise 👍
👍🏻 great job @haywoodsh |
* Allow custom port for TLS Passthrough * update helm chart and add automated tests --------- Signed-off-by: Haywood Shannon <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Venktesh Shivam Patel <[email protected]>
Proposed changes
Add flag for custom TLS Passthrough port. closes #4095
Checklist
Before creating a PR, run through this checklist and mark each as complete.