Skip to content

Instantly share code, notes, and snippets.

@crobby
Created July 12, 2022 12: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 crobby/8eac322ccd16ce8b5a8e292085977253 to your computer and use it in GitHub Desktop.
Save crobby/8eac322ccd16ce8b5a8e292085977253 to your computer and use it in GitHub Desktop.
apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: odh-gateway
namespace: opendatahub
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*"
- port:
number: 2112
name: prometheus
protocol: HTTP
hosts:
- "*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment