Skip to content

Instantly share code, notes, and snippets.

@rsalmond
Last active November 1, 2023 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsalmond/ce962a72ce72d0fecb8d45e8dafe5fc1 to your computer and use it in GitHub Desktop.
Save rsalmond/ce962a72ce72d0fecb8d45e8dafe5fc1 to your computer and use it in GitHub Desktop.
istio http rewrite example
apiVersion: networking.istio.io/v1beta1
kind: VirtualService
metadata:
name: api1
spec:
hosts:
- example.com
http:
- match:
- uri:
prefix: /api1
rewrite:
uri: "/"
route:
- destination:
host: api1.default.svc.cluster.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment