Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
C
Configuration
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Configuration
Commits
b3b21169
Commit
b3b21169
authored
Jul 21, 2024
by
abdullh.alsoleman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to use DNS of Kubernetes
parent
922468e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
24 deletions
+7
-24
gateway.yml
gateway.yml
+7
-24
No files found.
gateway.yml
View file @
b3b21169
server
:
server
:
port
:
8089
port
:
8089
eureka
:
client
:
register-with-eureka
:
true
fetch-registry
:
true
service-url
:
default-zone
:
http://eurekasvc.jobportal.svc.cluster.local:8761/eureka/
spring
:
spring
:
cloud
:
cloud
:
gateway
:
gateway
:
routes
:
routes
:
-
id
:
cv-service
-
id
:
cv-service
uri
:
lb://cvservice
uri
:
http://cvservice.jobportal.svc.cluster.local:8086
predicates
:
predicates
:
-
Path=/api/cvs/**
-
Path=/api/cvs/**
-
id
:
jobseeker-service
-
id
:
jobseeker-service
uri
:
lb://jobseeker
ms
uri
:
lb://jobseeker
service.jobportal.svc.cluster.local:8085
predicates
:
predicates
:
-
Path=/api/jobseekers/**
-
Path=/api/jobseekers/**
-
id
:
interview-service
-
id
:
interview-service
uri
:
lb://in
erviewservice
uri
:
lb://in
terviewservice.jobportal.svc.cluster.local:8087
predicates
:
predicates
:
-
Path=/api/interviews/**
-
Path=/api/interviews/**
-
id
:
producer-service
-
id
:
producer-service
uri
:
lb://
ProducerService
uri
:
lb://
producerservice.jobportal.svc.cluster.local:8088
predicates
:
predicates
:
-
Path=/api/producer/**
-
Path=/api/producer/**
-
id
:
company-service
-
id
:
company-service
uri
:
lb://
Company
uri
:
lb://
companyservice.jobportal.svc.cluster.local:9003
predicates
:
predicates
:
-
Path=/api/company/**
-
Path=/api/company/**
-
id
:
applicant-service
-
id
:
applicant-service
uri
:
lb://
JobApplication
uri
:
lb://
jobapplicationservice.jobportal.svc.cluster.local:9002
predicates
:
predicates
:
-
Path=/api/applicants/**
-
Path=/api/applicants/**
-
id
:
job-service
-
id
:
job-service
uri
:
lb://
JobService
uri
:
lb://
jobservice.jobportal.svc.cluster.local:9001
predicates
:
predicates
:
-
Path=/api/jobs/**
-
Path=/api/jobs/**
-
id
:
eureka-service
uri
:
http://localhost:8761
predicates
:
-
Path=/eureka/main
filters
:
-
SetPath= /
-
id
:
eureka-service-static
uri
:
http://localhost:8761
predicates
:
-
Path=/eureka/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment