certs
This commit is contained in:
parent
5edf34c965
commit
c1a87cfc1b
1 changed files with 1 additions and 3 deletions
|
|
@ -3,8 +3,6 @@ kind: Gateway
|
||||||
metadata:
|
metadata:
|
||||||
name: external-http-gateway
|
name: external-http-gateway
|
||||||
namespace: customer1
|
namespace: customer1
|
||||||
annotations:
|
|
||||||
networking.gke.io/certmap: devops-lab-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:
|
||||||
|
|
@ -14,7 +12,7 @@ spec:
|
||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
options:
|
options:
|
||||||
networking.gke.io/certmap: devops-lab-cert-map
|
networking.gke.io/pre-shared-certs: n8n-sirius-sec-com
|
||||||
allowedRoutes:
|
allowedRoutes:
|
||||||
namespaces:
|
namespaces:
|
||||||
from: "All"
|
from: "All"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue