diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml index 46c7557d9178d1bb2bc36eda13a088606f56cede..171394f7c43b2447e898902c78d5276fe1bcbc7c 100644 --- a/manifests/deviceservice.yaml +++ b/manifests/deviceservice.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 2020 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:2020"] diff --git a/manifests/serviceservice.yaml b/manifests/serviceservice.yaml index efe43fe229a7f7ba862b10a04d44c6e9de06b5fb..75832b94fa2a6ba97617641e7b249157508614bf 100644 --- a/manifests/serviceservice.yaml +++ b/manifests/serviceservice.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 3030 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:3030"] diff --git a/manifests/sliceservice.yaml b/manifests/sliceservice.yaml index eeed3776c10958751b74fc81b52ab79806153b18..8c76618a96fa6cc7b83bc6ebf52062958a2a3689 100644 --- a/manifests/sliceservice.yaml +++ b/manifests/sliceservice.yaml @@ -34,7 +34,7 @@ spec: - containerPort: 4040 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:4040"]