From c586c05c66c10e5c1f7ed29e7aa84af7d372e0e3 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Wed, 26 Feb 2025 11:08:50 +0300 Subject: [PATCH] [DO-1600] Fix limits gitea-sonarqube-bot-staging (!55) [DO-1600] Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/55 --- .../security/gitea-sonarqube-bot-staging/values-ovveride.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml index ed6e0c8..179e6c3 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/avroid-staging/security/gitea-sonarqube-bot-staging/values-ovveride.yaml @@ -22,10 +22,10 @@ imagePullSecrets: ## @param resources.limits The resources limits for the container ## @param resources.requests The requested resources for the container resources: - limits: + requests: cpu: 50m memory: 64Mi - requests: + limits: cpu: 100m memory: 128Mi