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

Update gateway.yml

parent b3b21169
...@@ -10,32 +10,32 @@ spring: ...@@ -10,32 +10,32 @@ spring:
- Path=/api/cvs/** - Path=/api/cvs/**
- id: jobseeker-service - id: jobseeker-service
uri: lb://jobseekerservice.jobportal.svc.cluster.local:8085 uri: http://jobseekerservice.jobportal.svc.cluster.local:8085
predicates: predicates:
- Path=/api/jobseekers/** - Path=/api/jobseekers/**
- id: interview-service - id: interview-service
uri: lb://interviewservice.jobportal.svc.cluster.local:8087 uri: http://interviewservice.jobportal.svc.cluster.local:8087
predicates: predicates:
- Path=/api/interviews/** - Path=/api/interviews/**
- id: producer-service - id: producer-service
uri: lb://producerservice.jobportal.svc.cluster.local:8088 uri: http://producerservice.jobportal.svc.cluster.local:8088
predicates: predicates:
- Path=/api/producer/** - Path=/api/producer/**
- id: company-service - id: company-service
uri: lb://companyservice.jobportal.svc.cluster.local:9003 uri: http://companyservice.jobportal.svc.cluster.local:9003
predicates: predicates:
- Path=/api/company/** - Path=/api/company/**
- id: applicant-service - id: applicant-service
uri: lb://jobapplicationservice.jobportal.svc.cluster.local:9002 uri: http://jobapplicationservice.jobportal.svc.cluster.local:9002
predicates: predicates:
- Path=/api/applicants/** - Path=/api/applicants/**
- id: job-service - id: job-service
uri: lb://jobservice.jobportal.svc.cluster.local:9001 uri: http://jobservice.jobportal.svc.cluster.local:9001
predicates: predicates:
- Path=/api/jobs/** - 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