Skip to content

Commit

Permalink
fix: increate limits on argo server
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent c1f926e commit 8f9a62e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/kubernetes/files/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ server:
minReplicas: 2
resources:
requests:
cpu: 10m
memory: 64Mi
limits:
cpu: 50m
memory: 128Mi
limits:
cpu: 100m
memory: 512Mi
ingress:
enabled: true
ingressClassName: nginx
Expand Down

0 comments on commit 8f9a62e

Please sign in to comment.