Loading manifests/nbiservice.yaml +11 −9 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
manifests/nbiservice.yaml +11 −9 Original line number Diff line number Diff line Loading @@ -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 Loading