Commit 0d120c87 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Manifests:

- Recovered log levels
parent ecfcb7e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ spec:
            - containerPort: 8762
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: IETF_NETWORK_RENDERER
              value: "LIBYANG"
            - name: WS_E2E_PORT
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ spec:
            - containerPort: 9192
          env:
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
          readinessProbe:
            exec:
              command: ["/bin/grpc_health_probe", "-addr=:3030"]