Commit cd0a839e authored by Pablo Armingol's avatar Pablo Armingol
Browse files

Fix volume for TE data file

parent 648c8af3
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -68,15 +68,17 @@ spec:
            limits:
              cpu: 1000m
              memory: 2048Mi
          volumeMounts:
            - name: te-data
              mountPath: /var/teraflow/nbi/service/ietf_network/te_data.json
              subPath: te_data.json
      volumes:
        - name: te-data
          hostPath:
            path: /home/ubuntu/tfs-ctrl/src/nbi/service/ietf_network
            type: Directory
      # Volume mounts for TE data with IS-IS, BW and latency. Uncomment if needed
      #     volumeMounts:
      #       - name: te-data
      #         mountPath: /var/teraflow/nbi/service/ietf_network/te_data.json
      #         subPath: te_data.json
      # volumes:
      #   - name: te-data
      #     hostPath:
      #       Change this path to the actual path on the node where te_data.json is located
      #       path: /home/ubuntu/tfs-ctrl/src/nbi/service/ietf_network
      #       type: Directory
---
apiVersion: v1
kind: Service