Skip to content

Instantly share code, notes, and snippets.

@lwolf
Last active April 8, 2019 18:04
Show Gist options
  • Save lwolf/ac11b652b6143e511cba94910b9c3105 to your computer and use it in GitHub Desktop.
Save lwolf/ac11b652b6143e511cba94910b9c3105 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: service-gw
namespace: default
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 80
name: http-system
protocol: HTTP
hosts:
- "grafana.example.com"
- "kiali.example.com"
- "prometheus.example.com"
- "jaeger.example.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment