-
Notifications
You must be signed in to change notification settings - Fork 97
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 http, https and multiple port support #1881
Add http, https and multiple port support #1881
Conversation
d32b54f
to
c4e65bc
Compare
Locally tested |
helm-charts/templates/data-plane/gateway-components/adapter/gateway.yaml
Outdated
Show resolved
Hide resolved
return false | ||
}) | ||
if alreadyExistsInRouteConfigList { | ||
logger.LoggerAPKOperator.Debugf("Route already exists. %+v", routesConfig.Name) |
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.
Can this happen? I didn't get how there could be duplicate routes at this level.
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.
Without this check I faced only a part of routes added to the speific route config. Thats why i added this check
7bebca2
to
b81de35
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1881 +/- ##
==========================================
+ Coverage 4.63% 28.08% +23.44%
==========================================
Files 5 123 +118
Lines 626 14009 +13383
Branches 0 2567 +2567
==========================================
+ Hits 29 3934 +3905
- Misses 597 9940 +9343
- Partials 0 135 +135
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Purpose