diff --git a/manifests/analyticsservice.yaml b/manifests/analyticsservice.yaml
index 536bb185286ba5444ad22d17d00706a066172e4c..1c1b9f034081682966e2b9e32044adbff90e4126 100644
--- a/manifests/analyticsservice.yaml
+++ b/manifests/analyticsservice.yaml
@@ -36,7 +36,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
             - name: CRDB_DATABASE
               value: "tfs_analytics"
             - name: METRICS_PORT
@@ -54,7 +54,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30080"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
@@ -67,7 +67,7 @@ spec:
             - containerPort: 9193
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
             - name: METRICS_PORT
               value: "9193"
           envFrom:
@@ -81,7 +81,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30090"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/automationservice.yaml b/manifests/automationservice.yaml
index f6c97f7fb7635e4b04431d41dbf20ca3edc51475..d2113cecf6fe356977e98d0c91bd596fae57264f 100644
--- a/manifests/automationservice.yaml
+++ b/manifests/automationservice.yaml
@@ -39,7 +39,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
           startupProbe:
             exec:
               command: ["/bin/grpc_health_probe", "-addr=:30200"]
@@ -53,7 +53,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30200"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml
index 0fc8a1c44f7358a962276ebcf38a165d2db986cd..e687687c0b745e8945d0b64e289a5ffe2f6015de 100644
--- a/manifests/contextservice.yaml
+++ b/manifests/contextservice.yaml
@@ -40,7 +40,7 @@ spec:
             - name: MB_BACKEND
               value: "nats"
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
             - name: ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY
               value: "FALSE"
             - name: ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY
@@ -60,7 +60,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:1010"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml
index e49ba23995b07f4e7e956a69f8d5383c8e976e89..f12faed115fbf5184e1088bc657b59c5b6c789e2 100644
--- a/manifests/deviceservice.yaml
+++ b/manifests/deviceservice.yaml
@@ -39,7 +39,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
           startupProbe:
             exec:
               command: ["/bin/grpc_health_probe", "-addr=:2020"]
@@ -53,7 +53,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:2020"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/kpi_managerservice.yaml b/manifests/kpi_managerservice.yaml
index f8ee8ff821ec1acb689cbe8d0bb8f8f407c971e3..69046af895e8331b9a619ac1e1232de03a817634 100644
--- a/manifests/kpi_managerservice.yaml
+++ b/manifests/kpi_managerservice.yaml
@@ -38,7 +38,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
             - name: CRDB_DATABASE
               value: "tfs_kpi_mgmt"
           envFrom:
@@ -52,7 +52,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30010"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/kpi_value_apiservice.yaml b/manifests/kpi_value_apiservice.yaml
index e4dcb00545ffaa33de39fd29c029780b777ea91f..def3879b6ffe301ff3ea28b4be3135e13576b078 100644
--- a/manifests/kpi_value_apiservice.yaml
+++ b/manifests/kpi_value_apiservice.yaml
@@ -50,7 +50,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30020"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/kpi_value_writerservice.yaml b/manifests/kpi_value_writerservice.yaml
index e21e36f48ba08999f142e8548fed61cd2dfef0cc..c2b3d9507581898ae2cf100e82e9afec06447f99 100644
--- a/manifests/kpi_value_writerservice.yaml
+++ b/manifests/kpi_value_writerservice.yaml
@@ -50,7 +50,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30030"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/pathcompservice.yaml b/manifests/pathcompservice.yaml
index 1f54c569ce861a9ac957a2e276eb0e5f227d514a..690c8232c89e991bf74ed7dc16a2c5aba3105e1a 100644
--- a/manifests/pathcompservice.yaml
+++ b/manifests/pathcompservice.yaml
@@ -47,7 +47,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:10020"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml
index 1dd383d615bb167ae6de15ae03c404a50bdee942..bcd69f140ca8b9d44929f3a3a928ab5b54a8316e 100644
--- a/manifests/serviceservice.yaml
+++ b/manifests/serviceservice.yaml
@@ -45,7 +45,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:3030"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
diff --git a/manifests/telemetryservice.yaml b/manifests/telemetryservice.yaml
index 86d864157838513dd68f10679d44d11b074c422c..44ee500c21d598851778d130be3f360bbc967d19 100644
--- a/manifests/telemetryservice.yaml
+++ b/manifests/telemetryservice.yaml
@@ -36,7 +36,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
             - name: CRDB_DATABASE
               value: "tfs_telemetry"
             - name: METRICS_PORT
@@ -54,7 +54,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30050"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m
@@ -67,7 +67,7 @@ spec:
             - containerPort: 9193
           env:
             - name: LOG_LEVEL
-              value: "INFO"
+              value: "DEBUG"
             - name: METRICS_PORT
               value: "9193"
           envFrom:
@@ -81,7 +81,7 @@ spec:
               command: ["/bin/grpc_health_probe", "-addr=:30060"]
           resources:
             requests:
-              cpu: 250m
+              cpu: 100m
               memory: 128Mi
             limits:
               cpu: 1000m