Files
service-catalog/charts/kubeflow/common/istio-1-22/kubeflow-istio-resources/base/kf-istio-resources.yaml
T
2025-01-13 02:31:27 +00:00

15 lines
231 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: kubeflow-gateway
spec:
selector:
istio: ingressgateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- "*"