chore: compact ingress rules with regex

This commit is contained in:
2026-06-11 14:20:03 +02:00
parent 30f0f05150
commit 68c5eac164
20 changed files with 58 additions and 421 deletions
+2 -17
View File
@@ -7,7 +7,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`n8n.forust.xyz`)
- match: HostRegexp(`^n8n\.forust\.xyz$`)
kind: Rule
services:
- name: n8n-service
@@ -24,24 +24,9 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`n8n.workstation.internal`)
- match: HostRegexp(`^n8n\.(workstation|gigaforust)\.internal$`)
kind: Rule
services:
- name: n8n-service
port: 5678
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: n8n-dev
namespace: n8n
spec:
entryPoints:
- websecure
routes:
- match: Host(`n8n.gigaforust.internal`)
kind: Rule
services:
- name: n8n-service
port: 5678