Commit 500b2629 authored by abdullh.alsoleman's avatar abdullh.alsoleman

Update gateway.yml

parent b3b21169
......@@ -10,32 +10,32 @@ spring:
- Path=/api/cvs/**
- id: jobseeker-service
uri: lb://jobseekerservice.jobportal.svc.cluster.local:8085
uri: http://jobseekerservice.jobportal.svc.cluster.local:8085
predicates:
- Path=/api/jobseekers/**
- id: interview-service
uri: lb://interviewservice.jobportal.svc.cluster.local:8087
uri: http://interviewservice.jobportal.svc.cluster.local:8087
predicates:
- Path=/api/interviews/**
- id: producer-service
uri: lb://producerservice.jobportal.svc.cluster.local:8088
uri: http://producerservice.jobportal.svc.cluster.local:8088
predicates:
- Path=/api/producer/**
- id: company-service
uri: lb://companyservice.jobportal.svc.cluster.local:9003
uri: http://companyservice.jobportal.svc.cluster.local:9003
predicates:
- Path=/api/company/**
- id: applicant-service
uri: lb://jobapplicationservice.jobportal.svc.cluster.local:9002
uri: http://jobapplicationservice.jobportal.svc.cluster.local:9002
predicates:
- Path=/api/applicants/**
- id: job-service
uri: lb://jobservice.jobportal.svc.cluster.local:9001
uri: http://jobservice.jobportal.svc.cluster.local:9001
predicates:
- Path=/api/jobs/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment