From 2b7f01488d113de73dc137019cc9d61d3d11f1eb Mon Sep 17 00:00:00 2001 From: Duvan Rondon Date: Mon, 24 Feb 2025 17:07:31 -0500 Subject: [PATCH] Increase resources for Firmador --- service-nest.yml | 4 ++-- service-spring.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/service-nest.yml b/service-nest.yml index d82a25c..c644c96 100644 --- a/service-nest.yml +++ b/service-nest.yml @@ -108,8 +108,8 @@ spec: image: svfe/svfe-api-firmador:v20230109 resources: limits: - cpu: 500m - memory: 256Mi + cpu: 1000m + memory: 512Mi volumeMounts: - name: certifados mountPath: /uploads diff --git a/service-spring.yml b/service-spring.yml index 603ffe4..031ca0f 100644 --- a/service-spring.yml +++ b/service-spring.yml @@ -65,8 +65,8 @@ spec: image: svfe/svfe-api-firmador:v20230109 resources: limits: - cpu: 500m - memory: 256Mi + cpu: 1000m + memory: 512Mi volumeMounts: - name: certifados mountPath: /uploads