diff --git a/kube-manifests/Prod/Back/3 - deployment.yaml b/kube-manifests/Prod/Back/3 - deployment.yaml index cfeafb3..fc20646 100644 --- a/kube-manifests/Prod/Back/3 - deployment.yaml +++ b/kube-manifests/Prod/Back/3 - deployment.yaml @@ -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 diff --git a/kube-manifests/Prod/Back/7 - hpa.yaml b/kube-manifests/Prod/Back/7 - hpa.yaml index 6775be3..acd1a44 100644 --- a/kube-manifests/Prod/Back/7 - hpa.yaml +++ b/kube-manifests/Prod/Back/7 - hpa.yaml @@ -8,7 +8,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: prod-panel-bk-dp - minReplicas: 2 + minReplicas: 3 maxReplicas: 5 metrics: - type: Resource diff --git a/kube-manifests/Prod/Workers/3 - deployment.yaml b/kube-manifests/Prod/Workers/3 - deployment.yaml index d12e774..72bc73f 100644 --- a/kube-manifests/Prod/Workers/3 - deployment.yaml +++ b/kube-manifests/Prod/Workers/3 - deployment.yaml @@ -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