Created
March 10, 2020 08:59
-
-
Save anoopl/50371c4bc430a6070dacd2e00c363c82 to your computer and use it in GitHub Desktop.
This file contains 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: 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