How to set resources.limits.request.memory in jaeger-agent sidecar ? #1832
-
I use annotation sidecar.jaegertracing.io/inject to enable jaeger-client autoinject in my Deployment. However the hpa told me it was failed to get the memory request of the jaeger-client while missing resources.limits.request.memory . Where can I set this configuration without modifying my deployment directly ? |
Beta Was this translation helpful? Give feedback.
Answered by
pavolloffay
Mar 31, 2022
Replies: 1 comment 1 reply
-
The agent spec https://pkg.go.dev/github.com/jaegertracing/jaeger-operator/apis/v1#JaegerAgentSpec embeds the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
frank-cq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The agent spec https://pkg.go.dev/github.com/jaegertracing/jaeger-operator/apis/v1#JaegerAgentSpec embeds the
JaegerCommonSpec
that allows setting resources for the agent.