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