Skip to content

Instantly share code, notes, and snippets.

@peterj
Created May 9, 2022 21:58
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 peterj/34c7afb4e6e02a93ab82d2fa81ad0126 to your computer and use it in GitHub Desktop.
Save peterj/34c7afb4e6e02a93ab82d2fa81ad0126 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: helloworld
spec:
hosts:
- startcloudnative.com
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