gcloud-lab/apps/base/customer1/apigateway.yaml
sirius0xdev c1a87cfc1b certs
2026-01-26 02:48:02 +00:00

18 lines
485 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: external-http-gateway
namespace: customer1
spec:
gatewayClassName: gke-l7-global-external-managed # Use gke-l7-global-external-http for external, or gke-l7-rilb for internal
listeners:
- name: https
protocol: HTTPS
port: 443
tls:
mode: Terminate
options:
networking.gke.io/pre-shared-certs: n8n-sirius-sec-com
allowedRoutes:
namespaces:
from: "All"