feat: add Traefik IngressRoute for bunnycdn-mcp.inouter.com
This commit is contained in:
14
k8s/ingressroute.yaml
Normal file
14
k8s/ingressroute.yaml
Normal 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
|
||||
Reference in New Issue
Block a user