From 494f7bc9e4554dae164452c1d3542b613f8f2d0e Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Mon, 14 Oct 2024 17:07:03 +0000 Subject: [PATCH] Manifests: - Corrected env. vars. for NBI, E2E Orch, and VNT Manager. --- manifests/e2e_orchestratorservice.yaml | 4 ++-- manifests/nbiservice.yaml | 2 +- manifests/vnt_managerservice.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifests/e2e_orchestratorservice.yaml b/manifests/e2e_orchestratorservice.yaml index 5f70fdfda..893f3464f 100644 --- a/manifests/e2e_orchestratorservice.yaml +++ b/manifests/e2e_orchestratorservice.yaml @@ -44,11 +44,11 @@ spec: - name: WS_IP_HOST value: "nbiservice.tfs-ip.svc.cluster.local" - name: WS_IP_PORT - value: 8761 + value: "8761" - name: WS_E2E_HOST value: "e2e-orchestratorservice.tfs-e2e.svc.cluster.local" - name: WS_E2E_PORT - value: 8762 + value: "8762" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:10050"] diff --git a/manifests/nbiservice.yaml b/manifests/nbiservice.yaml index a514736c1..72cfde514 100644 --- a/manifests/nbiservice.yaml +++ b/manifests/nbiservice.yaml @@ -45,7 +45,7 @@ spec: - name: IETF_NETWORK_RENDERER value: "LIBYANG" - name: WS_E2E_PORT - value: 8762 + value: "8762" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:9090"] diff --git a/manifests/vnt_managerservice.yaml b/manifests/vnt_managerservice.yaml index 2e31c7439..62c575139 100644 --- a/manifests/vnt_managerservice.yaml +++ b/manifests/vnt_managerservice.yaml @@ -41,9 +41,9 @@ spec: - name: LOG_LEVEL value: "INFO" - name: WS_IP_PORT - value: 8761 + value: "8761" - name: WS_E2E_PORT - value: 8762 + value: "8762" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:10080"] -- GitLab