Skip to content

Commit

Permalink
fix: increase repo server resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 12, 2024
1 parent 8f9a62e commit eb63d83
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 @@ -59,8 +59,8 @@ repoServer:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
cpu: 1000m
memory: 512Mi
dex:
enabled: false
server:
Expand Down

0 comments on commit eb63d83

Please sign in to comment.