16 lines
308 B
YAML
16 lines
308 B
YAML
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: Gateway
|
|
metadata:
|
|
name: envoy-gateway
|
|
namespace: default
|
|
spec:
|
|
gatewayClassName: envoy
|
|
listeners:
|
|
- name: http
|
|
protocol: HTTP
|
|
port: 80
|
|
hostname: "mcp.corredorconect.com"
|
|
allowedRoutes:
|
|
namespaces:
|
|
from: All
|