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

Manifests:

- Reduced log level of device, service and slice components to INFO
parent 8b72fc48
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!22Microwave ServiceHandler
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
- containerPort: 2020 - containerPort: 2020
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:2020"] command: ["/bin/grpc_health_probe", "-addr=:2020"]
......
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
- containerPort: 3030 - containerPort: 3030
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"]
......
...@@ -34,7 +34,7 @@ spec: ...@@ -34,7 +34,7 @@ spec:
- containerPort: 4040 - containerPort: 4040
env: env:
- name: LOG_LEVEL - name: LOG_LEVEL
value: "DEBUG" value: "INFO"
readinessProbe: readinessProbe:
exec: exec:
command: ["/bin/grpc_health_probe", "-addr=:4040"] command: ["/bin/grpc_health_probe", "-addr=:4040"]
......
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