From a255563282162e6f24e65834dd6c5c19318e7a93 Mon Sep 17 00:00:00 2001 From: Slim <46485341+slim0@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:36:09 +0100 Subject: [PATCH] [Argo-cd] Add resources for redisSecretInit (#79) --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/values.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 3bce60e..5033ae2 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -24,7 +24,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.1 +version: 1.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/argo-cd/values.yaml b/charts/argo-cd/values.yaml index 5481a0e..c125b90 100644 --- a/charts/argo-cd/values.yaml +++ b/charts/argo-cd/values.yaml @@ -101,6 +101,15 @@ argo-cd: redis: enabled: true + redisSecretInit: + resources: + limits: + cpu: 200m + memory: 128Mi + requests: + cpu: 100m + memory: 64Mi + redis-ha: enabled: false