From 8a7a1ffcbca900e761778f5422e9a6e7c27c3535 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 9 Apr 2025 16:27:02 +0000
Subject: [PATCH] Manifests:

- Corrected log levels, annotations, and ports
---
 manifests/e2e_orchestratorservice.yaml  | 9 +--------
 manifests/nbiservice.yaml               | 2 +-
 manifests/opticalcontrollerservice.yaml | 2 +-
 manifests/serviceservice.yaml           | 2 +-
 manifests/vnt_managerservice.yaml       | 5 +----
 5 files changed, 5 insertions(+), 15 deletions(-)

diff --git a/manifests/e2e_orchestratorservice.yaml b/manifests/e2e_orchestratorservice.yaml
index c628df3a7..34121e043 100644
--- a/manifests/e2e_orchestratorservice.yaml
+++ b/manifests/e2e_orchestratorservice.yaml
@@ -23,9 +23,6 @@ spec:
   replicas: 1
   template:
     metadata:
-      annotations:
-        config.linkerd.io/skip-outbound-ports: "8761"
-        config.linkerd.io/skip-inbound-ports: "8761"
       labels:
         app: e2e-orchestratorservice
     spec:
@@ -37,10 +34,9 @@ spec:
           ports:
             - containerPort: 10050
             - containerPort: 9192
-            - containerPort: 8762
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
           readinessProbe:
             exec:
               command: ["/bin/grpc_health_probe", "-addr=:10050"]
@@ -72,6 +68,3 @@ spec:
     - name: metrics
       port: 9192
       targetPort: 9192
-    - name: ws
-      port: 8762
-      targetPort: 8762
diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml
index bc1882e22..5133af5ce 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
diff --git a/manifests/opticalcontrollerservice.yaml b/manifests/opticalcontrollerservice.yaml
index 341af782a..d537076fe 100644
--- a/manifests/opticalcontrollerservice.yaml
+++ b/manifests/opticalcontrollerservice.yaml
@@ -36,7 +36,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
           #readinessProbe:
           #  exec:
           #    command: ["/bin/grpc_health_probe", "-addr=:10060"]
diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml
index 72c3015b3..aa94e4269 100644
--- a/manifests/serviceservice.yaml
+++ b/manifests/serviceservice.yaml
@@ -36,7 +36,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
           readinessProbe:
             exec:
               command: ["/bin/grpc_health_probe", "-addr=:3030"]
diff --git a/manifests/vnt_managerservice.yaml b/manifests/vnt_managerservice.yaml
index 6f82a341c..3c73bd58d 100644
--- a/manifests/vnt_managerservice.yaml
+++ b/manifests/vnt_managerservice.yaml
@@ -23,9 +23,6 @@ spec:
   replicas: 1
   template:
     metadata:
-      annotations:
-        config.linkerd.io/skip-outbound-ports: "8765"
-        config.linkerd.io/skip-inbound-ports: "8765"
       labels:
         app: vnt-managerservice
     spec:
@@ -39,7 +36,7 @@ spec:
             - containerPort: 9192
           env:
             - name: LOG_LEVEL
-              value: "DEBUG"
+              value: "INFO"
           envFrom:
             - secretRef:
                 name: kfk-kpi-data
-- 
GitLab