Skip to content

Instantly share code, notes, and snippets.

@richarddli
Created January 4, 2018 22:33
Show Gist options
  • Save richarddli/c5ac730cb12965aa4810931b076f3d3c to your computer and use it in GitHub Desktop.
Save richarddli/c5ac730cb12965aa4810931b076f3d3c to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: httpbin
annotations:
getambassador.io/config: |
---
apiVersion: ambassador/v0
kind: Mapping
name: httpbin_mapping
prefix: /httpbin/
service: httpbin.org:80
host_rewrite: httpbin.org
spec:
ports:
- port: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment