add issuer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user