Files
higress/pkg/ingress/kube/gateway/istio/testdata/mcs.yaml
澄潭 f7a419770d upgrade to istio 1.19 (#1211)
Co-authored-by: CH3CHO <ch3cho@qq.com>
Co-authored-by: rinfx <893383980@qq.com>
2024-08-26 09:51:47 +08:00

31 lines
576 B
YAML

apiVersion: gateway.networking.k8s.io/v1alpha2
kind: Gateway
metadata:
name: gateway
namespace: higress-system
spec:
addresses:
- value: higress-gateway
type: Hostname
gatewayClassName: higress
listeners:
- name: default
port: 34000
protocol: TCP
---
apiVersion: gateway.networking.k8s.io/v1alpha2
kind: TCPRoute
metadata:
name: tcp
namespace: higress-system
spec:
parentRefs:
- name: gateway
namespace: higress-system
rules:
- backendRefs:
- group: multicluster.x-k8s.io
kind: ServiceImport
name: echo
port: 80