From 2acdc8c1adbf4c219c9c3b304de2fea9279f7e81 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 17 Apr 2026 23:24:30 +0200 Subject: [PATCH] feat: update resource limits and disable notifications controller in values.yaml --- argocd/eu-central-1/values.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/argocd/eu-central-1/values.yaml b/argocd/eu-central-1/values.yaml index a1a46b7..d0d94eb 100644 --- a/argocd/eu-central-1/values.yaml +++ b/argocd/eu-central-1/values.yaml @@ -895,13 +895,13 @@ controller: podLabels: {} # -- Resource limits and requests for the application controller pods - resources: {} - # limits: - # cpu: 500m - # memory: 512Mi - # requests: - # cpu: 250m - # memory: 256Mi + resources: + limits: + cpu: 500m + memory: 512Mi + requests: + cpu: 250m + memory: 256Mi # Application controller container ports containerPorts: @@ -3517,7 +3517,7 @@ applicationSet: ## Notifications controller notifications: # -- Enable notifications controller - enabled: true + enabled: false # -- Notifications controller name string name: notifications-controller