upgrade pods ram - cpu
This commit is contained in:
@@ -21,11 +21,11 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "500Mi"
|
memory: "1Gi"
|
||||||
cpu: "250m"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "500Mi"
|
memory: "1Gi"
|
||||||
cpu: "250m"
|
cpu: "500m"
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
|
|||||||
@@ -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: 2
|
minReplicas: 3
|
||||||
maxReplicas: 5
|
maxReplicas: 5
|
||||||
metrics:
|
metrics:
|
||||||
- type: Resource
|
- type: Resource
|
||||||
|
|||||||
@@ -21,10 +21,10 @@ spec:
|
|||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "100Mi"
|
memory: "1Gi"
|
||||||
cpu: "100m"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "150Gi"
|
memory: "1Gi"
|
||||||
cpu: "150m"
|
cpu: "500m"
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: workers-gitlab-img
|
- name: workers-gitlab-img
|
||||||
|
|||||||
Reference in New Issue
Block a user