Skip to content

Instantly share code, notes, and snippets.

@anoopl
Created March 10, 2020 08:59
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 anoopl/50371c4bc430a6070dacd2e00c363c82 to your computer and use it in GitHub Desktop.
Save anoopl/50371c4bc430a6070dacd2e00c363c82 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: ingressgateway
spec:
selector:
istio: ingressgateway
servers:
- hosts:
- dns1
- dns2
- dns3
port:
name: http
number: 80
protocol: HTTP
- hosts:
- dns1
- dns2
- dns3
port:
name: https
number: 443
protocol: HTTPS
tls:
credentialName: ssl-credential
mode: SIMPLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment