21 lines
No EOL
506 B
YAML
21 lines
No EOL
506 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: traefik-dashboard
|
|
namespace: traefik
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik-external
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`traefik.local.mafyuh.com`)
|
|
kind: Rule
|
|
middlewares:
|
|
- name: traefik-dashboard-basicauth
|
|
namespace: traefik
|
|
services:
|
|
- name: api@internal
|
|
kind: TraefikService
|
|
tls:
|
|
secretName: local-mafyuh-com-production-tls |