diff --git a/k8s/inventory/values-stage.yaml b/k8s/inventory/values-stage.yaml index 5a39b61251..de674efc8f 100644 --- a/k8s/inventory/values-stage.yaml +++ b/k8s/inventory/values-stage.yaml @@ -17,10 +17,10 @@ nodeSelector: {} torelations: {} resources: requests: - cpu: 1m + cpu: 10m memory: 100Mi limits: - cpu: 10m + cpu: 50m memory: 150Mi autoscaling: minReplicas: 1 diff --git a/k8s/netmanager/values-stage.yaml b/k8s/netmanager/values-stage.yaml index c8a313b246..fe2e5d9a21 100644 --- a/k8s/netmanager/values-stage.yaml +++ b/k8s/netmanager/values-stage.yaml @@ -17,11 +17,11 @@ nodeSelector: {} torelations: {} resources: requests: - cpu: 1m + cpu: 20m memory: 20Mi limits: - cpu: 10m - memory: 80Mi + cpu: 100m + memory: 200Mi autoscaling: minReplicas: 1 maxReplicas: 3 diff --git a/k8s/platform/values-stage.yaml b/k8s/platform/values-stage.yaml index 5bb5bbd892..3703293a47 100644 --- a/k8s/platform/values-stage.yaml +++ b/k8s/platform/values-stage.yaml @@ -20,9 +20,9 @@ ingress: resources: limits: cpu: 200m - memory: 250Mi + memory: 350Mi requests: - cpu: 10m + cpu: 20m memory: 150Mi autoscaling: diff --git a/k8s/reports/values-stage.yaml b/k8s/reports/values-stage.yaml index e937ee8d75..03acd59226 100644 --- a/k8s/reports/values-stage.yaml +++ b/k8s/reports/values-stage.yaml @@ -17,10 +17,10 @@ nodeSelector: {} torelations: {} resources: requests: - cpu: 1m + cpu: 10m memory: 150Mi limits: - cpu: 5m + cpu: 50m memory: 200Mi autoscaling: minReplicas: 1