Browse Source

Update crss-edge for new data-interface-app

Francis Viernes 8 năm trước cách đây
mục cha
commit
8c552c6f25
3 tập tin đã thay đổi với 12 bổ sung0 xóa
  1. 3 0
      crss-edge/crss-edge-azure.yml
  2. 3 0
      crss-edge/crss-edge-dev.yml
  3. 6 0
      crss-edge/crss-edge.yml

+ 3 - 0
crss-edge/crss-edge-azure.yml

@@ -23,6 +23,9 @@ crss-settlement-app:
 crss-dataflow-app:
   ribbon:
     listOfServers: crss2dataflow-app.marathon.l4lb.thisdcos.directory:8082
+crss-datainterface-app:
+  ribbon:
+    listOfServers: crss2datainterface-app.marathon.l4lb.thisdcos.directory:8084
 crss-audit:
   ribbon:
     listOfServers: crss2audit.marathon.l4lb.thisdcos.directory:9094

+ 3 - 0
crss-edge/crss-edge-dev.yml

@@ -25,6 +25,9 @@ crss-settlement-app:
 crss-dataflow-app:
   ribbon:
     listOfServers: http://localhost:9092
+crss-datainterface-app:
+  ribbon:
+    listOfServers: http://localhost:9094
 crss-uaa:
   ribbon:
     listOfServers: http://localhost:9999

+ 6 - 0
crss-edge/crss-edge.yml

@@ -31,6 +31,9 @@ zuul:
     crss-dataflow-app:
       path: /data-flow/**
       serviceId: crss-dataflow-app
+    crss-datainterface-app:
+      path: /data-interface/**
+      serviceId: crss-datainterface-app
     crss-audit:
       path: /audit/**
       serviceId: crss-audit
@@ -63,6 +66,9 @@ crss-settlement-app:
 crss-dataflow-app:
   ribbon:
     listOfServers: http://crss-dataflow-app.marathon.l4lb.thisdcos.directory:8082
+crss-datainterface-app:
+  ribbon:
+    listOfServers: http://crss-datainterface-app.marathon.l4lb.thisdcos.directory:8084
 crss-audit:
   ribbon:
     listOfServers: crss-audit.marathon.l4lb.thisdcos.directory:9094