Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
rspurgeon authored Jun 6, 2023
1 parent 0d77fc3 commit effd8c3
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions platform/kong/.generated/kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ services:
regex_priority: 200
strip_path: false
tags: []
- id: 3210c3ed-9976-500d-ac03-07eaac972ad0
methods:
- GET
name: flights-service_get-flight-by-number
paths:
- ~/flights/(?<flightnumber>[^#?/]+)$
plugins: []
protocols:
- https
regex_priority: 100
strip_path: false
tags: []
tags: []
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 5bbc0ad8-3b7c-5dfe-a676-b28f30523a6f
Expand All @@ -48,13 +60,13 @@ services:
strip_path: false
tags: []
tags: []
- host: bookings.kong-air.internal
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 22e1521b-9b91-5d2f-917b-4463066f1aed
name: bookings-service
path: /
plugins: []
port: 443
protocol: https
port: 8083
protocol: http
routes:
- id: 9bd2c85f-5d13-5910-838c-9fad63e8a54d
methods:
Expand All @@ -81,6 +93,27 @@ services:
strip_path: false
tags: []
tags: []
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 690e812e-2873-566a-b02f-d03e0bf8ff69
name: customer-information-service
path: /
plugins: []
port: 8082
protocol: http
routes:
- id: 5984bb2d-328e-5785-a06a-f639c3a59d94
methods:
- GET
name: customer-information-service_get-cust-info
paths:
- ~/customer/(?<custid>[^#?/]+)$
plugins: []
protocols:
- https
regex_priority: 100
strip_path: false
tags: []
tags: []
- name: acme-dummy-service
routes:
- hosts:
Expand Down

0 comments on commit effd8c3

Please sign in to comment.