mirror of
https://github.com/alibaba/higress.git
synced 2026-05-28 06:37:26 +08:00
upgrade to istio 1.19 (#1211)
Co-authored-by: CH3CHO <ch3cho@qq.com> Co-authored-by: rinfx <893383980@qq.com>
This commit is contained in:
32
pkg/ingress/kube/gateway/istio/testdata/multi-gateway.yaml
vendored
Normal file
32
pkg/ingress/kube/gateway/istio/testdata/multi-gateway.yaml
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
||||
kind: GatewayClass
|
||||
metadata:
|
||||
name: higress
|
||||
spec:
|
||||
controllerName: higress.io/gateway-controller
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1alpha2
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: gateway
|
||||
namespace: higress-system
|
||||
spec:
|
||||
gatewayClassName: higress
|
||||
addresses:
|
||||
- type: Hostname
|
||||
value: higress-gateway
|
||||
- type: Hostname
|
||||
value: higress-gateway.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
|
||||
Reference in New Issue
Block a user