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

18 lines
294 B
YAML

apiVersion: networking.istio.io/v1alpha3
kind: Gateway
metadata:
name: istio-ingressgateway
labels:
release: istio
spec:
selector:
app: istio-ingressgateway
istio: ingressgateway
servers:
- port:
number: 80
name: http
protocol: HTTP
hosts:
- '*'