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

Manifests:

- Deactivated DEBUG in Context, Device, DLT Connector, InterDomain, PathComp FrontEnd, Service, Slice, WebUI, and Mock BlockChain components
- Deactivated TopologyAbstractor in InterDomain component
parent 23b6f196
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: "DEBUG"
          value: "INFO"
        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: "DEBUG"
          value: "INFO"
        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: "DEBUG"
          value: "INFO"
        ## For debug purposes. Comment out DLT_GATEWAY_HOST and DLT_GATEWAY_PORT to use normal 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: "DEBUG"
          value: "INFO"
        - name: TOPOLOGY_ABSTRACTOR
          value: "ENABLE"
          value: "DISABLE"
        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"]
Loading