Commit 65444b90 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Recovered default log levels to INFO
- Corrected Formatting of manifest files
parent 4ae18964
Loading
Loading
Loading
Loading
+47 −47
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ spec:
            - name: MB_BACKEND
              value: "nats"
            - name: LOG_LEVEL
          value: "DEBUG"
              value: "INFO"
            - name: ALLOW_EXPLICIT_ADD_DEVICE_TO_TOPOLOGY
              value: "FALSE"
            - name: ALLOW_EXPLICIT_ADD_LINK_TO_TOPOLOGY
+35 −35
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
          value: "DEBUG"
              value: "INFO"
          startupProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:2020"]
+43 −43
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
          value: "DEBUG"
              value: "INFO"
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:10002"]
+51 −51
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
          value: "DEBUG"
              value: "INFO"
            - name: BATCH_SIZE
              value: "256"
            - name: CAD_CLASSIFICATION_THRESHOLD
+24 −24
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ spec:
            - containerPort: 10000
          env:
            - name: LOG_LEVEL
          value: "DEBUG"
              value: "INFO"
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:10000"]
Loading