From 93d2c8738c45a2633afba0c9da6fe9d74823dc14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beto=20S=C3=A1nchez?= Date: Fri, 24 Oct 2025 15:49:00 -0500 Subject: [PATCH] deployment low --- kube-manifests/Prod/Back/7 - hpa.yaml | 2 +- kube-manifests/Prod/Workers/3 - deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kube-manifests/Prod/Back/7 - hpa.yaml b/kube-manifests/Prod/Back/7 - hpa.yaml index acd1a44..6775be3 100644 --- a/kube-manifests/Prod/Back/7 - hpa.yaml +++ b/kube-manifests/Prod/Back/7 - hpa.yaml @@ -8,7 +8,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: prod-panel-bk-dp - minReplicas: 3 + minReplicas: 2 maxReplicas: 5 metrics: - type: Resource diff --git a/kube-manifests/Prod/Workers/3 - deployment.yaml b/kube-manifests/Prod/Workers/3 - deployment.yaml index 78f1895..3d52eb5 100644 --- a/kube-manifests/Prod/Workers/3 - deployment.yaml +++ b/kube-manifests/Prod/Workers/3 - deployment.yaml @@ -20,10 +20,10 @@ spec: image: gitea.articulacion.com.co/panel/workers:latest resources: requests: - memory: "1Gi" + memory: "2Gi" cpu: "500m" limits: - memory: "1Gi" + memory: "2Gi" cpu: "500m" imagePullSecrets: - name: workers-gitlab-img