2026-01-03 03:47:18 +00:00
|
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
|
|
|
kind: HTTPRoute
|
|
|
|
|
metadata:
|
|
|
|
|
name: n8n-route
|
2026-01-06 03:30:41 +00:00
|
|
|
namespace: customer1
|
2026-01-03 03:47:18 +00:00
|
|
|
spec:
|
|
|
|
|
parentRefs:
|
|
|
|
|
- name: external-http-gateway
|
|
|
|
|
hostnames:
|
|
|
|
|
- "n8n.sirius-sec.com"
|
|
|
|
|
rules:
|
|
|
|
|
- backendRefs:
|
|
|
|
|
- name: n8n-service # The name of your Kubernetes Service
|
|
|
|
|
port: 80
|
|
|
|
|
|