Skip to content

Instantly share code, notes, and snippets.

@lwolf
Last active April 8, 2019 18:02
Show Gist options
  • Save lwolf/ce420c7e61696b5f4349f06290f830ea to your computer and use it in GitHub Desktop.
Save lwolf/ce420c7e61696b5f4349f06290f830ea to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: service-gw
namespace: istio-system
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 443
name: https-system
protocol: HTTPS
hosts:
- "grafana.example.com"
- "kiali.example.com"
- "prometheus.example.com"
- "jaeger.example.com"
tls:
mode: SIMPLE
privateKey: /etc/istio/example-com-certs/tls.key
serverCertificate: /etc/istio/example-com-certs/tls.crt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment