Last active
April 8, 2019 18:04
-
-
Save lwolf/ac11b652b6143e511cba94910b9c3105 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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