deployment low

This commit is contained in:
Beto Sánchez
2025-10-24 15:49:00 -05:00
parent 269a75ff9f
commit 93d2c8738c
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ spec:
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
name: prod-panel-bk-dp name: prod-panel-bk-dp
minReplicas: 3 minReplicas: 2
maxReplicas: 5 maxReplicas: 5
metrics: metrics:
- type: Resource - type: Resource

View File

@@ -20,10 +20,10 @@ spec:
image: gitea.articulacion.com.co/panel/workers:latest image: gitea.articulacion.com.co/panel/workers:latest
resources: resources:
requests: requests:
memory: "1Gi" memory: "2Gi"
cpu: "500m" cpu: "500m"
limits: limits:
memory: "1Gi" memory: "2Gi"
cpu: "500m" cpu: "500m"
imagePullSecrets: imagePullSecrets:
- name: workers-gitlab-img - name: workers-gitlab-img