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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 640Mi
|
memory: 960Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 640Mi
|
memory: 960Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REDIS (Deployment)
|
# REDIS (Deployment)
|
||||||
|
|||||||
Reference in New Issue
Block a user