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

Manifests:

- reduced log level of some components
parent 266e4003
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!24Integrate NFV-SDN'22 demo
......@@ -34,7 +34,7 @@ spec:
- containerPort: 10010
env:
- name: LOG_LEVEL
value: "DEBUG"
value: "INFO"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:10010"]
......
......@@ -34,7 +34,7 @@ spec:
- containerPort: 50051
env:
- name: LOG_LEVEL
value: "DEBUG"
value: "INFO"
readinessProbe:
exec:
command: ["/bin/grpc_health_probe", "-addr=:50051"]
......
......@@ -38,7 +38,7 @@ spec:
- containerPort: 8004
env:
- name: LOG_LEVEL
value: "DEBUG"
value: "INFO"
- name: WEBUISERVICE_SERVICE_BASEURL_HTTP
value: "/webui/"
readinessProbe:
......
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