Skip to content
Snippets Groups Projects
Commit ff3aa501 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Removed unneeded fields
- Enabled DEBUG when needed
parent d10df48f
No related branches found
No related tags found
4 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!328Resolve "(CTTC) Update recommendations to use SocketIO on NBI and E2E Orch components",!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -41,18 +41,6 @@ spec: ...@@ -41,18 +41,6 @@ spec:
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "DEBUG"
- name: WS_IP_HOST
value: "nbiservice.tfs-ip.svc.cluster.local"
- name: WS_IP_PORT
value: "8761"
- name: WS_E2E_HOST
value: "e2e-orchestratorservice.tfs-e2e.svc.cluster.local"
- name: WS_E2E_PORT
value: "8762"
- name: EXT_CONTROLLER1_ADD
value: "10.1.1.96"
- name: EXT_CONTROLLER1_PORT
value: "8003"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:10050"] command: ["/bin/grpc_health_probe", "-addr=:10050"]
......
...@@ -39,7 +39,7 @@ spec: ...@@ -39,7 +39,7 @@ spec:
#- containerPort: 9192 #- containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "INFO" value: "DEBUG"
- name: FLASK_ENV - name: FLASK_ENV
value: "production" # change to "development" if developing value: "production" # change to "development" if developing
- name: IETF_NETWORK_RENDERER - name: IETF_NETWORK_RENDERER
......
...@@ -36,7 +36,7 @@ spec: ...@@ -36,7 +36,7 @@ spec:
- containerPort: 9192 - containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "INFO" value: "DEBUG"
- name: ENABLE_FORECASTER - name: ENABLE_FORECASTER
value: "NO" value: "NO"
readinessProbe: readinessProbe:
......
...@@ -39,11 +39,10 @@ spec: ...@@ -39,11 +39,10 @@ spec:
- containerPort: 9192 - containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "INFO" value: "DEBUG"
- name: WS_IP_PORT envFrom:
value: "8761" - secretRef:
- name: WS_E2E_PORT name: kfk-kpi-data
value: "8762"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:10080"] 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