add issuer

This commit is contained in:
2026-05-06 17:03:36 -05:00
parent 11cd367f94
commit 4af01f2d0a
3 changed files with 31 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ kind: Gateway
metadata:
name: envoy-gateway
namespace: default
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
gatewayClassName: envoy
listeners:
@@ -13,3 +15,15 @@ spec:
allowedRoutes:
namespaces:
from: All
- name: https
protocol: HTTPS
port: 443
hostname: "mcp.corredorconect.com"
tls:
mode: Terminate
certificateRefs:
- name: mcp-tls
allowedRoutes:
namespaces:
from: All