Another argocd resource tweak
This commit is contained in:
parent
628a7e7ac9
commit
0b2b5acff7
@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
description: KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application
|
||||
name: kubezero-argo-cd
|
||||
version: 0.5.1
|
||||
version: 0.5.2
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -52,10 +52,10 @@ argo-cd:
|
||||
resources:
|
||||
limits:
|
||||
# cpu: 500m
|
||||
memory: 512Mi
|
||||
memory: 1536Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 192Mi
|
||||
memory: 256Mi
|
||||
|
||||
repoServer:
|
||||
metrics:
|
||||
|
Loading…
Reference in New Issue
Block a user