-
Story
-
Resolution: Done
-
Major
-
None
-
5
-
False
-
False
-
-
-
GITOPS Sprint 209, GITOPS Sprint 208, GITOPS Sprint 210
As a user of OpenShift GitOps, I want to be able to control the number of replicas for the argocd-server and argocd-repo-server workloads. As these workloads are stateless, the replica count can be increased to distribute the workload better among pods.
This can be implemented independently of a full-fledged HA setup.
Acceptance criteria:
- Options exist in the ArgoCD CR spec to set the number of replicas for argocd-server and argocd-repo-server workloads respectively
- The default value - if option is not specified - should be 1 replica
- The Operator reconciles the setting into actual workloads
- If HPA is configured for argocd-server, its setting should take precedence and replica setting for argocd-server should be ignored