fix certs apigateway
This commit is contained in:
parent
f2d1badae4
commit
e9e2e02a34
1 changed files with 6 additions and 14 deletions
|
|
@ -3,24 +3,16 @@ kind: Gateway
|
||||||
metadata:
|
metadata:
|
||||||
name: external-http-gateway
|
name: external-http-gateway
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
|
annotations:
|
||||||
|
networking.gke.io/certmap: gateway-cert-map
|
||||||
spec:
|
spec:
|
||||||
gatewayClassName: gke-l7-global-external-managed # Use gke-l7-global-external-http for external, or gke-l7-rilb for internal
|
gatewayClassName: gke-l7-global-external-managed # Use gke-l7-global-external-http for external, or gke-l7-rilb for internal
|
||||||
|
|
||||||
listeners:
|
listeners:
|
||||||
- name: n8n-https
|
- name: https
|
||||||
protocol: HTTPS
|
protocol: HTTPS
|
||||||
port: 443
|
port: 443
|
||||||
tls:
|
hostname: "*"
|
||||||
mode: Terminate
|
|
||||||
options:
|
|
||||||
networking.gke.io/pre-shared-certs: n8n-sirius-sec-com
|
|
||||||
- name: siriusdevops-https
|
|
||||||
hostname: siriusdevops.com
|
|
||||||
protocol: HTTPS
|
|
||||||
port: 443
|
|
||||||
tls:
|
|
||||||
mode: Terminate
|
|
||||||
options:
|
|
||||||
networking.gke.io/cert-manager-certs: "siriusdevops-cert"
|
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: "All"
|
from: All
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue