Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
1 merge request!294Release TeraFlowSDN 4.0
......@@ -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"]
......
......@@ -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"]
......
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment