From d1d826a5d1dba8a30774ae15e1da37083052c3b8 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Thu, 9 May 2024 15:24:48 +0200 Subject: [PATCH] chore(argo): update dragonfly requests --- argocd/resources/dragonfly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/resources/dragonfly.yml b/argocd/resources/dragonfly.yml index 5346a06..d42901c 100644 --- a/argocd/resources/dragonfly.yml +++ b/argocd/resources/dragonfly.yml @@ -11,8 +11,8 @@ spec: replicas: 2 resources: requests: - cpu: 100m - memory: 350Mi + cpu: 50m + memory: 50Mi limits: cpu: 100m - memory: 350Mi \ No newline at end of file + memory: 350Mi