Skip to content

Commit

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

0 comments on commit 8643b0c

Please sign in to comment.