Commit 5458a0ba authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Activated DEBUG in nbi webui
parent 4126cc1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ spec:
        - containerPort: 9192
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        readinessProbe:
          exec:
            command: ["/bin/grpc_health_probe", "-addr=:9090"]
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ spec:
        - containerPort: 8004
        env:
        - name: LOG_LEVEL
          value: "INFO"
          value: "DEBUG"
        - name: WEBUISERVICE_SERVICE_BASEURL_HTTP
          value: "/webui/"
        readinessProbe: