diff --git a/.k8s/manifest-london.yml b/.k8s/manifest-london.yml index e0491f7..7c422b3 100644 --- a/.k8s/manifest-london.yml +++ b/.k8s/manifest-london.yml @@ -56,10 +56,10 @@ spec: failureThreshold: 3 resources: requests: - cpu: "200m" + cpu: "300m" memory: 220Mi limits: - cpu: "300m" + cpu: "500m" memory: 420Mi ports: - containerPort: 8080 @@ -76,7 +76,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: aladhan-com-app - minReplicas: 2 + minReplicas: 3 maxReplicas: 10 targetCPUUtilizationPercentage: 60 --- diff --git a/.k8s/manifest-singapore.yml b/.k8s/manifest-singapore.yml index 508614e..d04f532 100644 --- a/.k8s/manifest-singapore.yml +++ b/.k8s/manifest-singapore.yml @@ -56,10 +56,10 @@ spec: failureThreshold: 3 resources: requests: - cpu: "200m" + cpu: "300m" memory: 220Mi limits: - cpu: "300m" + cpu: "500m" memory: 420Mi ports: - containerPort: 8080 @@ -76,7 +76,7 @@ spec: apiVersion: apps/v1 kind: Deployment name: aladhan-com-app - minReplicas: 2 + minReplicas: 3 maxReplicas: 10 targetCPUUtilizationPercentage: 50 ---