PERF(argocd): increase repo-server memory
- Increase memory from 960Mi to 1536Mi - Prevent OOM during manifest generation
This commit is contained in:
@@ -116,9 +116,9 @@ repoServer:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 960Mi
|
memory: 1536Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 960Mi
|
memory: 1536Mi
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# REDIS (Deployment)
|
# REDIS (Deployment)
|
||||||
|
|||||||
Reference in New Issue
Block a user