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

Manifests:

- Corrected log levels, annotations, and ports
parent 4f625a75
No related branches found
No related tags found
3 merge requests!346Draft: support for restconf protocol,!345Draft: support ipinfusion devices via netconf,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -23,9 +23,6 @@ spec: ...@@ -23,9 +23,6 @@ spec:
replicas: 1 replicas: 1
template: template:
metadata: metadata:
annotations:
config.linkerd.io/skip-outbound-ports: "8761"
config.linkerd.io/skip-inbound-ports: "8761"
labels: labels:
app: e2e-orchestratorservice app: e2e-orchestratorservice
spec: spec:
...@@ -37,10 +34,9 @@ spec: ...@@ -37,10 +34,9 @@ spec:
ports: ports:
- containerPort: 10050 - containerPort: 10050
- containerPort: 9192 - containerPort: 9192
- containerPort: 8762
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:10050"] command: ["/bin/grpc_health_probe", "-addr=:10050"]
...@@ -72,6 +68,3 @@ spec: ...@@ -72,6 +68,3 @@ spec:
- name: metrics - name: metrics
port: 9192 port: 9192
targetPort: 9192 targetPort: 9192
- name: ws
port: 8762
targetPort: 8762
...@@ -39,7 +39,7 @@ spec: ...@@ -39,7 +39,7 @@ spec:
#- containerPort: 9192 #- containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
- 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: "DEBUG" value: "INFO"
#readinessProbe: #readinessProbe:
# exec: # exec:
# command: ["/bin/grpc_health_probe", "-addr=:10060"] # command: ["/bin/grpc_health_probe", "-addr=:10060"]
......
...@@ -36,7 +36,7 @@ spec: ...@@ -36,7 +36,7 @@ spec:
- containerPort: 9192 - containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:3030"] command: ["/bin/grpc_health_probe", "-addr=:3030"]
......
...@@ -23,9 +23,6 @@ spec: ...@@ -23,9 +23,6 @@ spec:
replicas: 1 replicas: 1
template: template:
metadata: metadata:
annotations:
config.linkerd.io/skip-outbound-ports: "8765"
config.linkerd.io/skip-inbound-ports: "8765"
labels: labels:
app: vnt-managerservice app: vnt-managerservice
spec: spec:
...@@ -39,7 +36,7 @@ spec: ...@@ -39,7 +36,7 @@ spec:
- containerPort: 9192 - containerPort: 9192
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
envFrom: envFrom:
- secretRef: - secretRef:
name: kfk-kpi-data name: kfk-kpi-data
......
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