feat: add Traefik IngressRoute for bunnycdn-mcp.inouter.com

This commit is contained in:
kappa
2026-02-15 15:31:33 +09:00
parent d4cbb91152
commit a271307741

14
k8s/ingressroute.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: bunnycdn-mcp
namespace: default
spec:
entryPoints:
- web
routes:
- match: Host(`bunnycdn-mcp.inouter.com`)
kind: Rule
services:
- name: bunnycdn-mcp
port: 8001