bcgov / gwa-cli

Apache License 2.0
6 stars 1 forks source link

Namespace to Gateway - Create minimal `basic-service` template for Gateways Get Started #109

Closed rustyjux closed 3 months ago

rustyjux commented 5 months ago

Create an ultra simplistic gw-config template for a users first time using the Portal.

Should:

Something like this:

services:
 - url: https://httpbin.org
   tags: [ ns.gw-abc123 ]
   name: rjv-example-service
   routes:
     - hosts: 
         - rjv-example-service.api.gov.bc.ca
       name: base
       tags: [ ns.gw-abc123 ]

Should also: