blob: e25a3df27f161f3106861307b8d025dcc09dc5e8 [file] [log] [blame]
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: GatewayClass
metadata:
name: istio
spec:
controllerName: istio.io/gateway-controller
---
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: Gateway
metadata:
name: gateway
namespace: dubbo-system
spec:
gatewayClassName: istio
addresses:
- type: Hostname
value: istio-ingressgateway
- type: Hostname
value: istio-ingressgateway.not-default.svc.domain.suffix
- type: Hostname
value: example.com
listeners:
- name: http
hostname: "*.domain.example"
port: 80
protocol: HTTP
- name: tcp
port: 34000
protocol: TCP
allowedRoutes:
namespaces:
from: All