gcloud-lab/infrastructure/gatewayapi/apigateway.yaml

27 lines
695 B
YAML
Raw Normal View History

apiVersion: gateway.networking.k8s.io/v1
kind: Gateway
metadata:
name: external-http-gateway
2026-01-25 21:50:51 +00:00
namespace: customer1
spec:
gatewayClassName: gke-l7-global-external-managed # Use gke-l7-global-external-http for external, or gke-l7-rilb for internal
listeners:
2026-04-28 03:31:52 +00:00
- name: n8n-https
protocol: HTTPS
port: 443
2026-01-26 01:59:59 +00:00
tls:
mode: Terminate
options:
2026-04-28 03:31:52 +00:00
networking.gke.io/pre-shared-certs: n8n-sirius-sec-com
- name: siriusdevops-https
hostname: siriusdevops.com
protocol: HTTPS
port: 443
tls:
mode: Terminate
options:
2026-04-28 04:00:33 +00:00
networking.gke.io/cert-manager-certs: "siriusdevops-cert"
allowedRoutes:
namespaces:
2026-01-25 22:25:59 +00:00
from: "All"