mirror of
https://github.com/alibaba/higress.git
synced 2026-05-23 12:17:30 +08:00
24 lines
418 B
YAML
24 lines
418 B
YAML
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
|