1--- 2apiVersion: getambassador.io/v3alpha1 3kind: Mapping 4name: httpbin_mapping 5prefix: /httpbin/ 6hostname: "*" 7service: httpbin.org:80 8host_rewrite: httpbin.org
View as plain text