Skip to content

Commit

Permalink
Refactor Simulation to Submission svc
Browse files Browse the repository at this point in the history
  • Loading branch information
flawmop committed Sep 24, 2024
1 parent 6430734 commit 7f224bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ spec:
- name: ROUTE_DEFAULT
value: http://welcome-svc
- name: ROUTE_SUBMISSION
value: http://simulation-svc
value: http://submission-svc
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spring:
- Method=GET
- Path=/test/token
uri: ${ROUTE_DEFAULT:http://localhost:9001}/
- id: 1-simulation
- id: 1-submission
filters:
- TokenRelay
order: 1
Expand Down

0 comments on commit 7f224bd

Please sign in to comment.