-
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 #399
Comments
The resources can be set on the query service, would be applying query resources to the proxy enough, or would you prefer having separate resources settings for the proxy? |
I would prefer separate resources settings just to able to explicitly state the resource quotas on oauth proxy. Under the ingress settings perhaps? |
IngressSpec already emdeds |
I've tried the CR with
but still proxy container ends up with:
on query pod. Shouldn't it be propagated to the Container object in inject/oauth-proxy.go ? Something like this:
I am not Go developer so I am not sure if I am not missing something. |
I have checked the code, the resources are not being propagated to oauth sidecar. I think we could do that. What @jpkrohling thinks? |
This issue has been fixed by #410 |
From what I am seeing there is no possibility to add Oauth proxy resources limits/requests in Jaeger CR.
In our cluster default limits/requests are set up to values which disable possibility of deployment. That enforces users to explicitly state required resources. In that case we will not be able to deploy Jaeger-Query with proxy through operator.
Could you make that configurable or set default values for resources for proxy container?
The text was updated successfully, but these errors were encountered: