Skip to content

Commit

Permalink
feat: adapt resources
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Oct 24, 2023
1 parent 1ccf6ac commit 57f5291
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions infrastructure/charts/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ argo-cd:

resources:
requests:
cpu: 10m
memory: 128Mi
cpu: 5m
memory: 64Mi
limits:
cpu: 50m
memory: 256Mi
memory: 128Mi

controller:
resources:
Expand All @@ -79,10 +79,10 @@ argo-cd:
resources:
requests:
cpu: 5m
memory: 196Mi
memory: 24Mi
limits:
cpu: 100m
memory: 256Mi
memory: 48Mi

repoServer:
env:
Expand Down Expand Up @@ -129,11 +129,11 @@ argo-cd:

resources:
requests:
cpu: 10m
memory: 416Mi
cpu: 5m
memory: 192Mi
limits:
cpu: 1
memory: 768Mi
memory: 384Mi

applicationSet:
resources:
Expand Down Expand Up @@ -422,4 +422,4 @@ argo-cd:
memory: 56Mi
limits:
cpu: 50m
memory: 64Mi
memory: 70Mi

0 comments on commit 57f5291

Please sign in to comment.