-
Notifications
You must be signed in to change notification settings - Fork 344
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 resources requests/limits to oauth_proxy #410
Conversation
Codecov Report
@@ Coverage Diff @@
## master #410 +/- ##
==========================================
+ Coverage 89.72% 89.72% +<.01%
==========================================
Files 64 64
Lines 3094 3096 +2
==========================================
+ Hits 2776 2778 +2
Misses 216 216
Partials 102 102
Continue to review full report at Codecov.
|
Signed-off-by: Ruben Vargas <[email protected]>
@pavolloffay Could you please review? Thanks |
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.
Looks good, could you add a test though, similar to other places where resources have been added.
Signed-off-by: Ruben Vargas <[email protected]>
@objectiser Done! |
Fixes Issue #399