How can i set request resources in k8s for collector? #2043
-
Hello, i get warning: I've noticed that in collector pod description not set resources? Then what limits in resources do we have? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @zelanastasia, resources should be configurable in jaeger-operator/apis/v1/jaeger_types.go Line 210 in 58f9155 I thought we would assign default values to the collector. This is apparently not correct. jaeger-operator/pkg/deployment/collector.go Line 213 in 58f9155 |
Beta Was this translation helpful? Give feedback.
Hi @zelanastasia, resources should be configurable in
JaegerCollectorSpec.Resources
. Its part of the embedded JaegerCommonSpec.jaeger-operator/apis/v1/jaeger_types.go
Line 210 in 58f9155
I thought we would assign default values to the collector. This is apparently not correct.
jaeger-operator/pkg/deployment/collector.go
Line 213 in 58f9155