Commit 52e2f74f authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Recovered Manifest config
parent 9f87c311
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -39,9 +39,9 @@ spec:
            #- containerPort: 9192
            #- containerPort: 9192
          env:
          env:
            - name: LOG_LEVEL
            - name: LOG_LEVEL
              value: "DEBUG"
              value: "INFO"
            - name: FLASK_ENV
            - name: FLASK_ENV
              value: "development"  # normal value is "production", change to "development" if developing
              value: "production"  # normal value is "production", change to "development" if developing
            - name: IETF_NETWORK_RENDERER
            - name: IETF_NETWORK_RENDERER
              value: "LIBYANG"
              value: "LIBYANG"
          envFrom:
          envFrom: