Commit 1128a2f9 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Activated DEBUG logs in relevant components
- Activated TopologyAbstractor
parent 9a71c35a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ spec:
        - name: MB_BACKEND
          value: "nats"
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        envFrom:
        - secretRef:
            name: crdb-data
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        startupProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:2020"]
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        ## For debug purposes. Comment out DLT_GATEWAY_HOST and DLT_GATEWAY_PORT to use the DLT Gateway component.
        - name: DLT_GATEWAY_HOST
          value: "mock-blockchain.tfs-bchain.svc.cluster.local"
+2 −2
Original line number Diff line number Diff line
@@ -35,9 +35,9 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        - name: TOPOLOGY_ABSTRACTOR
          value: "DISABLE"
          value: "ENABLE"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:10010"]
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:10020"]
Loading