deployment low
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user