mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 01:32:24 +00:00
22 lines
561 B
YAML
22 lines
561 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
|
||
|
routes:
|
||
|
- match: Host(`traefik2.jimsgarage.co.uk`) # change this to your domain
|
||
|
kind: Rule
|
||
|
middlewares:
|
||
|
- name: traefik-dashboard-basicauth
|
||
|
namespace: traefik
|
||
|
services:
|
||
|
- name: api@internal
|
||
|
kind: TraefikService
|
||
|
tls:
|
||
|
secretName: jimsgarage-tls # change this to your secret!!!
|