Skip to content

Commit

Permalink
fix(argocd): reduce memory request from 128Mi to 96Mi in values.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: walnuts1018 <[email protected]>
  • Loading branch information
walnuts1018 committed Feb 9, 2025
1 parent 94f8698 commit 555e083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/_argocd/argocd_components/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ repoServer:
memory: 512Mi
requests:
cpu: 48m
memory: 128Mi
memory: 96Mi

applicationSet:
metrics:
Expand Down

0 comments on commit 555e083

Please sign in to comment.