-
Notifications
You must be signed in to change notification settings - Fork 737
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
Contour: Update the httproxy API and enable RetryOn #1164
Conversation
095c4cd
to
2c74a8e
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.
Please copy the whole API definition from https://github.com/projectcontour/contour/blob/main/apis/projectcontour/v1/httpproxy.go so we have the latest version in Flagger's pkg/apis/projectcontour
.
Signed-off-by: brandoncate <brandon.cate@shipt.com>
Signed-off-by: brandoncate <brandon.cate@shipt.com>
Signed-off-by: brandoncate <brandon.cate@shipt.com>
Signed-off-by: brandoncate <brandon.cate@shipt.com>
aff0437
to
d09969e
Compare
updated API def |
Codecov Report
@@ Coverage Diff @@
## main #1164 +/- ##
==========================================
+ Coverage 56.75% 56.81% +0.05%
==========================================
Files 79 79
Lines 6607 6616 +9
==========================================
+ Hits 3750 3759 +9
Misses 2301 2301
Partials 556 556
Continue to review full report at Codecov.
|
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
Thanks @BrandonCate 🏅
no problem man, looking forward to helping out some more in the future |
PR to add support for the retryOn field for contour's httpproxy
This will allow for a little bit more control on how the ingress is created