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:
2026-01-09 14:55:08 +09:00
parent 56af1a9a17
commit 97fd010eb8

View File

@@ -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)