diff --git a/manifests/contextservice.yaml b/manifests/contextservice.yaml index 3bb1a01d98dbccbe19a90c7f2e9dbaf607e7f031..805808d5d2829ceebf3217f2b39ea331c62d19d5 100644 --- a/manifests/contextservice.yaml +++ b/manifests/contextservice.yaml @@ -38,7 +38,7 @@ spec: - name: MB_BACKEND value: "nats" - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" envFrom: - secretRef: name: crdb-data diff --git a/manifests/deviceservice.yaml b/manifests/deviceservice.yaml index 5c72263eb08f9cb46061fadbbb54861b98891396..3580df088176d4ec3c7a249ff4b8ae609082928a 100644 --- a/manifests/deviceservice.yaml +++ b/manifests/deviceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 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 561b204cbfc9767c9af79eb9ebaea8e9f3ec0685..02c9e25db23d0ddd237fc7b978e9615c65aa10e9 100644 --- a/manifests/serviceservice.yaml +++ b/manifests/serviceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 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 ca7641de37fd57cd4e1cfe9493aad5dd4763fe4e..56c5eb1b5301481a64d1b660d80a1ba02ff232c1 100644 --- a/manifests/sliceservice.yaml +++ b/manifests/sliceservice.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 9192 env: - name: LOG_LEVEL - value: "DEBUG" + value: "INFO" readinessProbe: exec: command: ["/bin/grpc_health_probe", "-addr=:4040"]