From 9c67ff65f9c2b4f21586ea2313118dae37ff0b58 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 18 Feb 2025 17:10:02 +0000 Subject: [PATCH] Manifests: - NATS: recovered to single-node standalone node by default - NBI: corrected/recovered manifest values --- manifests/nats/cluster.yaml | 6 ++++-- manifests/nbiservice.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/manifests/nats/cluster.yaml b/manifests/nats/cluster.yaml index 913520f22..bc8014bb5 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 4fcbb81d0..d2d65c719 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 -- GitLab