mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +08:00
105 lines
2.7 KiB
Plaintext
105 lines
2.7 KiB
Plaintext
apiVersion: networking.istio.io/v1alpha3
|
|
kind: Gateway
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/gateway-semantics: gateway
|
|
internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix
|
|
internal.istio.io/parents: Gateway/eastwestgateway/cross-network.istio-system
|
|
name: eastwestgateway-istio-autogenerated-k8s-gateway-cross-network
|
|
namespace: istio-system
|
|
spec:
|
|
servers:
|
|
- hosts:
|
|
- istio-system/*.local
|
|
port:
|
|
name: default
|
|
number: 35443
|
|
protocol: TLS
|
|
tls:
|
|
mode: AUTO_PASSTHROUGH
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: Gateway
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/gateway-semantics: gateway
|
|
internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix
|
|
internal.istio.io/parents: Gateway/eastwestgateway/istiod-grpc.istio-system
|
|
name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
|
|
namespace: istio-system
|
|
spec:
|
|
servers:
|
|
- hosts:
|
|
- istio-system/*
|
|
port:
|
|
name: default
|
|
number: 15012
|
|
protocol: TLS
|
|
tls: {}
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: Gateway
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/gateway-semantics: gateway
|
|
internal.istio.io/gateway-service: eastwestgateway-istio.istio-system.svc.domain.suffix
|
|
internal.istio.io/parents: Gateway/eastwestgateway/istiod-webhook.istio-system
|
|
name: eastwestgateway-istio-autogenerated-k8s-gateway-istiod-webhook
|
|
namespace: istio-system
|
|
spec:
|
|
servers:
|
|
- hosts:
|
|
- istio-system/*
|
|
port:
|
|
name: default
|
|
number: 15017
|
|
protocol: TLS
|
|
tls: {}
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: TLSRoute/eastwestgateway-grpc.istio-system
|
|
internal.istio.io/route-semantics: gateway
|
|
name: eastwestgateway-grpc-tls-0-istio-autogenerated-k8s-gateway
|
|
namespace: istio-system
|
|
spec:
|
|
gateways:
|
|
- istio-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-grpc
|
|
hosts:
|
|
- '*'
|
|
tls:
|
|
- match:
|
|
- sniHosts:
|
|
- '*'
|
|
route:
|
|
- destination:
|
|
host: istiod.istio-system.svc.domain.suffix
|
|
port:
|
|
number: 15012
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: TLSRoute/eastwestgateway-webhook.istio-system
|
|
internal.istio.io/route-semantics: gateway
|
|
name: eastwestgateway-webhook-tls-0-istio-autogenerated-k8s-gateway
|
|
namespace: istio-system
|
|
spec:
|
|
gateways:
|
|
- istio-system/eastwestgateway-istio-autogenerated-k8s-gateway-istiod-webhook
|
|
hosts:
|
|
- '*'
|
|
tls:
|
|
- match:
|
|
- sniHosts:
|
|
- '*'
|
|
route:
|
|
- destination:
|
|
host: istiod.istio-system.svc.domain.suffix
|
|
port:
|
|
number: 15017
|
|
---
|