Skip to content

Commit

Permalink
Refactor run-input-processing to simulation svc
Browse files Browse the repository at this point in the history
  • Loading branch information
flawmop committed Sep 21, 2024
1 parent 9bfee35 commit 35847a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ spec:
value: http://portal-keycloak/realms/Portal
- name: ROUTE_DEFAULT
value: http://welcome-svc
- name: ROUTE_RUN
value: http://run-input-processing-svc
- name: ROUTE_SIMULATION
value: http://simulation-svc
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ spring:
- Method=GET
- Path=/test/token
uri: ${ROUTE_DEFAULT:http://localhost:9001}/
- id: 1-run
- id: 1-simulation
filters:
- TokenRelay
order: 1
predicates:
- Method=GET,POST
- Path=/run/**
uri: ${ROUTE_RUN:http://localhost:9002}/
- Path=/simulation/**
uri: ${ROUTE_SIMULATION:http://localhost:9002}/
- id: 100-default
order: 100
predicates:
Expand Down

0 comments on commit 35847a9

Please sign in to comment.