Description of Problem
Update resource requirements for gitops-plugin and cluster pod
Additional Info:
The default request and limit values for `gitops-plugin` and `cluster` pod resource are too high and actual usage is too low so client wanted to update the resource requests and limits for `cluster` and `gitops-plugin` deployment resources.
Prerequisites/Environment:
Openshift Gitops Operator
Workaround (If Possible):
- Currently there is no workaround for this however an testing was done to patch the argocd CR by adding the following code snippet but it get overwritten by operator:
gitopsPlugin: resources: limits: cpu: "500m" memory: "512Mi" requests: cpu: "250m" memory: "256Mi"
- When attempts are made to update this in the GitOps service, it gets overwritten, and the following message appears in the UI:
GitopsService cluster violates policy 299 - "unknown field \"spec.plugin\""
- clones
-
GITOPS-7116 GitOps-Plugin and Cluster Pod Resource Configuration
-
- Closed
-
- duplicates
-
GITOPS-7116 GitOps-Plugin and Cluster Pod Resource Configuration
-
- Closed
-