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