mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 22:27:29 +08:00
Feat: upgrade istio from 1.19.5 to 1.27.1 (#3066)
This commit is contained in:
23
pkg/ingress/kube/gateway/istio/testdata/waypoint.yaml
vendored
Normal file
23
pkg/ingress/kube/gateway/istio/testdata/waypoint.yaml
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: namespace
|
||||
namespace: ns
|
||||
spec:
|
||||
gatewayClassName: istio-waypoint
|
||||
listeners:
|
||||
- name: mesh
|
||||
port: 15008
|
||||
protocol: HBONE
|
||||
---
|
||||
apiVersion: gateway.networking.k8s.io/v1beta1
|
||||
kind: Gateway
|
||||
metadata:
|
||||
name: invalid
|
||||
namespace: ns
|
||||
spec:
|
||||
gatewayClassName: istio-waypoint
|
||||
listeners:
|
||||
- name: mesh
|
||||
port: 1234
|
||||
protocol: HTTP
|
||||
Reference in New Issue
Block a user