Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Forked from richarddli/httpbin.yaml
Created August 6, 2018 02:30
Show Gist options
  • Save nicerobot/38da6321aa27b9a27178a775e946eb93 to your computer and use it in GitHub Desktop.
Save nicerobot/38da6321aa27b9a27178a775e946eb93 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