Skip to content

Commit

Permalink
Merge pull request #88 from Kong/create-pull-request/patch
Browse files Browse the repository at this point in the history
Stage Kong Gateway Configuration
  • Loading branch information
rspurgeon authored Aug 24, 2023
2 parents 30ad95c + 4f351a3 commit 55d1052
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions platform/kong/.generated/kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@ services:
tags:
- flight-data
- platform-repo-managed
- id: a5023323-0468-5a77-baf2-13578fec61b0
methods:
- GET
name: flights-service_health_get
paths:
- ~/health$
plugins: []
protocols:
- https
regex_priority: 200
strip_path: false
tags:
- flight-data
- platform-repo-managed
tags:
- flight-data
- platform-repo-managed
Expand All @@ -102,6 +116,20 @@ services:
port: 8081
protocol: http
routes:
- id: 4da7a5e5-9e69-59af-a6c3-46a675c5bac6
methods:
- GET
name: routes-service_health_get
paths:
- ~/health$
plugins: []
protocols:
- https
regex_priority: 200
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 89f28ad3-74db-5149-8fa5-f7fffbfda79c
methods:
- GET
Expand Down Expand Up @@ -174,6 +202,20 @@ services:
tags:
- sales
- platform-repo-managed
- id: 1a619e4f-651d-550d-ae30-79f4bf45a080
methods:
- GET
name: bookings-service_health_get
paths:
- ~/health$
plugins: []
protocols:
- https
regex_priority: 200
strip_path: false
tags:
- sales
- platform-repo-managed
tags:
- sales
- platform-repo-managed
Expand Down Expand Up @@ -204,6 +246,20 @@ services:
tags:
- sales
- platform-repo-managed
- id: 37cbdca9-74d9-51ec-ab8b-008d96f9bd75
methods:
- GET
name: customer-information-service_health_get
paths:
- ~/health$
plugins: []
protocols:
- https
regex_priority: 200
strip_path: false
tags:
- sales
- platform-repo-managed
tags:
- sales
- platform-repo-managed
Expand Down

0 comments on commit 55d1052

Please sign in to comment.