Skip to content

Instantly share code, notes, and snippets.

@peterj
Created May 9, 2022 21:44
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 peterj/a3e3f6e9e48f75133d5d65e8475e2e89 to your computer and use it in GitHub Desktop.
Save peterj/a3e3f6e9e48f75133d5d65e8475e2e89 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: public-gateway
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment