diff --git a/modules/sizing-requirements-for-gitops.adoc b/modules/sizing-requirements-for-gitops.adoc index e54399558108..f275d7c70ff9 100644 --- a/modules/sizing-requirements-for-gitops.adoc +++ b/modules/sizing-requirements-for-gitops.adoc @@ -13,13 +13,13 @@ Every time you install the {gitops-title} Operator, the resources on the namespa [cols="2,2,2,2,2",options="header"] |=== |Workload |CPU requests |CPU limits |Memory requests |Memory limits -|argocd-application-controller |250m |2 |1024Mi |2048Mi +|openshift-gitops-application-controller |250m |2 |1024Mi |2048Mi |applicationset-controller |250m |2 |512Mi |1024Mi -|argocd-server |125m |500m |128Mi |256Mi -|argocd-repo-server |250m |1 |256Mi |1024Mi -|argocd-redis |250m |500m |128Mi |256Mi -|argocd-dex-server |250m |500m |128Mi |256Mi -|argocd-redis-ha-haproxy |200m |500m |128Mi |256Mi +|openshift-gitops-server |125m |500m |128Mi |256Mi +|openshift-gitops-repo-server |250m |1 |256Mi |1024Mi +|openshift-gitops-redis |250m |500m |128Mi |256Mi +|openshift-gitops-dex-server |250m |500m |128Mi |256Mi +|openshift-gitops-redis-ha-haproxy |250m |500m |128Mi |256Mi |=== Optionally, you can also use the ArgoCD custom resource with the `oc` command to see the specifics and modify them: