deployment low
This commit is contained in:
@@ -8,7 +8,7 @@ spec:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: prod-panel-bk-dp
|
||||
minReplicas: 3
|
||||
minReplicas: 2
|
||||
maxReplicas: 5
|
||||
metrics:
|
||||
- type: Resource
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user