upgrade pods ram - cpu
This commit is contained in:
@@ -21,11 +21,11 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
memory: "500Mi"
|
||||
cpu: "250m"
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "500Mi"
|
||||
cpu: "250m"
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: prod-panel-bk-dp
|
||||
minReplicas: 2
|
||||
minReplicas: 3
|
||||
maxReplicas: 5
|
||||
metrics:
|
||||
- type: Resource
|
||||
|
||||
@@ -21,10 +21,10 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
requests:
|
||||
memory: "100Mi"
|
||||
cpu: "100m"
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "150Gi"
|
||||
cpu: "150m"
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
imagePullSecrets:
|
||||
- name: workers-gitlab-img
|
||||
|
||||
Reference in New Issue
Block a user