FIX(argocd): increase repo-server memory to 960Mi
- Repo-server was crashing under load with 640Mi limit - Set both requests and limits to 960Mi
This commit is contained in:
@@ -117,9 +117,9 @@ repoServer:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 640Mi
|
||||
memory: 960Mi
|
||||
limits:
|
||||
memory: 640Mi
|
||||
memory: 960Mi
|
||||
|
||||
# =============================================================================
|
||||
# REDIS (Deployment)
|
||||
|
||||
Reference in New Issue
Block a user