Skip to content

Instantly share code, notes, and snippets.

@lwolf
Last active April 8, 2019 18:04
Show Gist options
  • Save lwolf/bf02ecbb6a5729d35920a604c2479b99 to your computer and use it in GitHub Desktop.
Save lwolf/bf02ecbb6a5729d35920a604c2479b99 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: grafana
spec:
hosts:
- grafana.example.com
gateways:
- service-gw.default
http:
- match:
- uri:
prefix: /
route:
- destination:
port:
number: 3000
host: grafana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment