mirror of
https://github.com/alibaba/higress.git
synced 2026-05-25 05:07:26 +08:00
39 lines
986 B
Plaintext
39 lines
986 B
Plaintext
apiVersion: networking.istio.io/v1alpha3
|
|
kind: Gateway
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/gateway-semantics: gateway
|
|
internal.istio.io/gateway-service: istio-ingressgateway.istio-system.svc.domain.suffix
|
|
internal.istio.io/parents: Gateway/gateway/default.istio-system
|
|
name: gateway-istio-autogenerated-k8s-gateway-default
|
|
namespace: istio-system
|
|
spec:
|
|
servers:
|
|
- hosts:
|
|
- istio-system/*
|
|
port:
|
|
name: default
|
|
number: 34000
|
|
protocol: TCP
|
|
---
|
|
apiVersion: networking.istio.io/v1alpha3
|
|
kind: VirtualService
|
|
metadata:
|
|
annotations:
|
|
internal.istio.io/parents: TCPRoute/tcp.istio-system
|
|
internal.istio.io/route-semantics: gateway
|
|
name: tcp-tcp-0-istio-autogenerated-k8s-gateway
|
|
namespace: istio-system
|
|
spec:
|
|
gateways:
|
|
- istio-system/gateway-istio-autogenerated-k8s-gateway-default
|
|
hosts:
|
|
- '*'
|
|
tcp:
|
|
- route:
|
|
- destination:
|
|
host: echo.istio-system.svc.domain.suffix
|
|
port:
|
|
number: 80
|
|
---
|