traefik test

This commit is contained in:
2024-03-26 15:10:03 +01:00
parent 19bc3bd541
commit c7a25d0aa1
10 changed files with 5017 additions and 0 deletions

View File

@ -0,0 +1,22 @@
deployment:
kind: Deployment
replicas: 1
rbac:
namespaced: false
autoscaling:
enabled: false
ingressRoute:
dashboard:
enabled: true
# Custom match rule with host domain
matchRule: Host(`tr.steffenillium.de`)
entryPoints: ["websecure", "web"]
# Add custom middlewares : authentication and redirection
# middlewares:
# - name: traefik-dashboard-auth
additionalArguments:
- "--api.insecure=true"