mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 09:42:25 +00:00
20 lines
503 B
YAML
20 lines
503 B
YAML
|
apiVersion: traefik.containo.us/v1alpha1
|
||
|
kind: IngressRoute
|
||
|
metadata:
|
||
|
name: traefik-dashboard
|
||
|
namespace: traefik
|
||
|
annotations:
|
||
|
kubernetes.io/ingress.class: traefik-external
|
||
|
spec:
|
||
|
entryPoints:
|
||
|
- websecure # make sure this matches your entrypoint
|
||
|
routes:
|
||
|
- match: Host(`traefik.your-domain.co.uk`)
|
||
|
kind: Rule
|
||
|
middlewares:
|
||
|
- name: traefik-dashboard-basicauth
|
||
|
namespace: traefik
|
||
|
services:
|
||
|
- name: api@internal
|
||
|
kind: TraefikService
|