Commit 494f7bc9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Corrected env. vars. for NBI, E2E Orch, and VNT Manager.
parent 88b4d7c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"]
+1 −1
Original line number Diff line number Diff line
@@ -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"]
+2 −2
Original line number Diff line number Diff line
@@ -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"]