-
Notifications
You must be signed in to change notification settings - Fork 30
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
Set default limits to oauth proxy #1106
Set default limits to oauth proxy #1106
Conversation
Signed-off-by: Ruben Vargas <[email protected]>
0060b51
to
e26298c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1106 +/- ##
==========================================
+ Coverage 58.60% 58.61% +0.01%
==========================================
Files 113 113
Lines 10160 10168 +8
==========================================
+ Hits 5954 5960 +6
- Misses 3900 3902 +2
Partials 306 306
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -90,13 +90,16 @@ func BuildQueryFrontend(params manifestutils.Params) ([]client.Object, error) { | |||
jaegerUIAuthentication := tempo.Spec.Template.QueryFrontend.JaegerQuery.Authentication | |||
|
|||
if jaegerUIAuthentication != nil && jaegerUIAuthentication.Enabled { | |||
defaultOauthProxyResources := manifestutils.Resources(tempo, manifestutils.QueryFrontendComponentName, tempo.Spec.Template.QueryFrontend.Replicas) |
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.
I think it should take the resources from jaeger-frontend-proxy
, not from manifestutils.QueryFrontendComponentName
, or am I reading it wrong?
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.
Oh true! a mistake! good catch thanks
Signed-off-by: Ruben Vargas <[email protected]>
No description provided.