Skip to content

Instantly share code, notes, and snippets.

@mstrYoda
Created September 25, 2019 19:58
Show Gist options
  • Save mstrYoda/e9937f8b406c1a064efb140cc313ba0a to your computer and use it in GitHub Desktop.
Save mstrYoda/e9937f8b406c1a064efb140cc313ba0a to your computer and use it in GitHub Desktop.
ambassador mapping.yaml
apiVersion: getambassador.io/v1
kind: Mapping
metadata:
 name: hello-node
spec:
 prefix: /hello
 service: http://hello-node:8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment