mirror of
https://github.com/alibaba/higress.git
synced 2026-03-15 22:30:47 +08:00
23 lines
523 B
YAML
23 lines
523 B
YAML
# Mismatch shows that we don't generate config for Gateways that do not match the GatewayClass
|
|
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:
|
|
addresses:
|
|
- value: higress-gateway
|
|
type: Hostname
|
|
gatewayClassName: something-else
|
|
listeners:
|
|
- name: default
|
|
port: 80
|
|
protocol: HTTP
|