-
Bug
-
Resolution: Done
-
Normal
-
GitOps 1.18
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
- links to