Skip to content

Instantly share code, notes, and snippets.

@peterj
Created May 9, 2022 21:46
Show Gist options
  • Save peterj/286738f9f4fbc2be9f7322b12bf21ba6 to your computer and use it in GitHub Desktop.
Save peterj/286738f9f4fbc2be9f7322b12bf21ba6 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: helloworld
spec:
hosts:
- '*'
gateways:
- public-gateway
http:
- route:
- destination:
host: helloworld.default.svc.cluster.local
port:
number: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment