wu-sheng commented on a change in pull request #7220:
URL: https://github.com/apache/skywalking/pull/7220#discussion_r661950392
##########
File path: apm-webapp/src/main/resources/application.yml
##########
@@ -17,28 +17,28 @@
server:
port: 8080
-zuul:
- ignoredServices: '*'
- routes:
- api:
- path: /graphql
- serviceId: collector
- login:
- path: /login/account
- serviceId: collector
-
-collector:
- path: /graphql
- ribbon:
- # Point to all backend's restHost:restPort, split by ,
- listOfServers: 127.0.0.1:12800
-
spring:
- resources:
- add-mappings: false
+ cloud:
+ gateway:
+ routes:
+ - id: oap-route
+ uri: lb://oap-service
Review comment:
Where does this mean?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]