Commit bcbbdfe2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- reduced log level of some components
parent 266e4003
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ spec:
        - containerPort: 10010
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:10010"]
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ spec:
        - containerPort: 50051
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:50051"]
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ spec:
        - containerPort: 8004
        env:
        - name: LOG_LEVEL
          value: "DEBUG"
          value: "INFO"
        - name: WEBUISERVICE_SERVICE_BASEURL_HTTP
          value: "/webui/"
        readinessProbe: