Skip to content

Commit 4ce8fe6

Browse files
Merge pull request #85617 from likhithj1996/RHDEVDOCS-6141
RHDEVDOCS-6141 Update the table values in the Sizing requirements
2 parents f6d0265 + c197941 commit 4ce8fe6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/sizing-requirements-for-gitops.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Every time you install the {gitops-title} Operator, the resources on the namespa
1313
[cols="2,2,2,2,2",options="header"]
1414
|===
1515
|Workload |CPU requests |CPU limits |Memory requests |Memory limits
16-
|argocd-application-controller |1 |2 |1024Mi |2048Mi
17-
|applicationset-controller |1 |2 |512Mi |1024Mi
18-
|argocd-server |0.125 |0.5 |128Mi |256Mi
19-
|argocd-repo-server |0.5 |1 |256Mi |1024Mi
20-
|argocd-redis |0.25 |0.5 |128Mi |256Mi
21-
|argocd-dex |0.25 |0.5 |128Mi |256Mi
22-
|HAProxy |0.25 |0.5 |128Mi |256Mi
16+
|argocd-application-controller |250m |2 |1024Mi |2048Mi
17+
|applicationset-controller |250m |2 |512Mi |1024Mi
18+
|argocd-server |125m |500m |128Mi |256Mi
19+
|argocd-repo-server |250m |1 |256Mi |1024Mi
20+
|argocd-redis |250m |500m |128Mi |256Mi
21+
|argocd-dex-server |250m |500m |128Mi |256Mi
22+
|argocd-redis-ha-haproxy |200m |500m |128Mi |256Mi
2323
|===
2424

2525
Optionally, you can also use the ArgoCD custom resource with the `oc` command to see the specifics and modify them:

0 commit comments

Comments
 (0)