Files
service-catalog/charts/kubeflow/common/istio-cni-1-24/kubeflow-istio-resources/base/kf-istio-resources.yaml
T
2025-06-24 12:03:10 +09: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:
- "*"