Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions modules/sizing-requirements-for-gitops.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down