diff --git a/modules/ossm-recommended-resources.adoc b/modules/ossm-recommended-resources.adoc index 1ba7cff120..9d52b0b47c 100644 --- a/modules/ossm-recommended-resources.adoc +++ b/modules/ossm-recommended-resources.adoc @@ -23,7 +23,7 @@ The settings in the following example are based on 1,000 services and 1,000 requ + .. Click the *YAML* tab. + -.. Set the values for `spec.proxy.runtime.container.resources.requests.cpu` and `spec.proxy.runtime.container.resources.requests.memory` in your `ServiceMeshControlPlane` resource. +.. Set the values for `spec.proxy.runtime.container.resources.requests.cpu`, `spec.proxy.runtime.container.resources.requests.memory`, `components.kiali.container`, and `components.global.oauthproxy` in your `ServiceMeshControlPlane` resource. + .Example version {MaistraVersion} ServiceMeshControlPlane [source,yaml, subs="attributes,verbatim"] @@ -43,7 +43,6 @@ spec: cpu: 600m memory: 50Mi limits: {} - runtime: components: pilot: @@ -53,8 +52,28 @@ spec: cpu: 1000m memory: 1.6Gi limits: {} + kiali: + container: + resources: + limits: + cpu: "90m" + memory: "245Mi" + requests: + cpu: "30m" + memory: "108Mi" + global.oauthproxy: + container: + resources: + requests: + cpu: "101m" + memory: "256Mi" + limits: + cpu: "201m" + memory: "512Mi" ---- + +.. To set values for {JaegerName}, see "Configuring and deploying the distributed tracing platform Jaeger". ++ .. Click *Save*. . Click *Reload* to verify the `ServiceMeshControlPlane` resource was configured correctly. diff --git a/service_mesh/v2x/ossm-performance-scalability.adoc b/service_mesh/v2x/ossm-performance-scalability.adoc index f95989f271..697c384f80 100644 --- a/service_mesh/v2x/ossm-performance-scalability.adoc +++ b/service_mesh/v2x/ossm-performance-scalability.adoc @@ -12,5 +12,13 @@ The default `ServiceMeshControlPlane` settings are not intended for production u include::modules/ossm-recommended-resources.adoc[leveloffset=+1] +[role="_additional-resources"] +.Additional resources +ifndef::openshift-rosa,openshift-dedicated[] +* xref:../../observability/distr_tracing/distr_tracing_jaeger/distr-tracing-jaeger-configuring.adoc#distr-tracing-deploy-default_deploying-distributed-tracing-platform[Configuring and deploying the distributed tracing platform Jaeger]. +endif::[] + include::modules/ossm-load-test-results.adoc[leveloffset=+1] + +