diff --git a/manifests/nats/cluster.yaml b/manifests/nats/cluster.yaml
index 913520f2234d2a6b244379493a91a7b9f75844ca..bc8014bb561af616be466faeb0702b9bfc26d87c 100644
--- a/manifests/nats/cluster.yaml
+++ b/manifests/nats/cluster.yaml
@@ -31,8 +31,10 @@ container:
 
 config:
   cluster:
-    enabled: true
-    replicas: 3
+    #enabled: true
+    enabled: false
+    #replicas: 3
+    replicas: 1
   jetstream:
     enabled: true
     fileStore:
diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml
index 4fcbb81d02395d131e9a2d0de5752ebf11dcbd10..d2d65c719d23780c31228936d9fb4893a7b247f9 100644
--- a/manifests/nbiservice.yaml
+++ b/manifests/nbiservice.yaml
@@ -39,7 +39,7 @@ spec:
             #- containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
             - name: FLASK_ENV
               value: "production"  # change to "development" if developing
             - name: IETF_NETWORK_RENDERER
@@ -60,11 +60,11 @@ spec:
             failureThreshold: 3
           resources:
             requests:
-              cpu: 50m
-              memory: 64Mi
-            limits:
-              cpu: 500m
+              cpu: 150m
               memory: 512Mi
+            limits:
+              cpu: 1000m
+              memory: 2048Mi
 ---
 apiVersion: v1
 kind: Service