Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-6528

Sizing requirements for default argocd

XMLWordPrintable

      In https://github.com/openshift/openshift-docs/blob/gitops-docs-1.17/modules/sizing-requirements-for-gitops.adoc

      In the last row of the table, the value for argocd-redis-ha-haproxy CPU request should be 250m, not 200m

      ha:     
        enabled: false
          resources: 
            limits: 
              cpu: 500m
              memory: 256Mi
            requests: 
              cpu: 250m
              memory: 128Mi
      

       

      oc get argocd -n openshift-gitops openshift-gitops -o json | jq '.spec.redis.resources'
      {
        "limits": {
          "cpu": "500m",
          "memory": "256Mi"
        },
        "requests": {
          "cpu": "250m",
          "memory": "128Mi"
        }
      }

      Also, the workload name should start with openshift-gitops-, not argocd-, to be consistent with their pod name:

      openshift-gitops-application-controller-0                     1/1     Running   0             3d4h
      openshift-gitops-applicationset-controller-847b79896c-rw9k4   1/1     Running   0             3d4h
      openshift-gitops-dex-server-856584565f-bq544                  1/1     Running   0             20m
      openshift-gitops-redis-6d65c94d4b-82fp4                       1/1     Running   0             3d4h
      openshift-gitops-repo-server-b58658c98-kz5rc                  1/1     Running   0             3d4h
      openshift-gitops-server-6dc94d76f7-ln4bf                      1/1     Running   8 (22m ago)   29h
      

              dsoni@redhat.com Dhruv Soni
              cfang@redhat.com Cheng Fang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: