Files
tech-watch/k8s/n8n/httproute.yaml
T
2026-07-22 14:41:10 +00:00

22 lines
398 B
YAML

apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: n8n
namespace: watch
spec:
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: n8n
hostnames:
- n8n.sttlab.pc
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- kind: Service
name: n8n
port: 80