2022-06-04 22:55:42 +02:00
|
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
|
|
kind: IngressRoute
|
|
|
|
metadata:
|
|
|
|
annotations:
|
2022-06-05 00:08:26 +02:00
|
|
|
name: traefik-dash
|
2022-06-05 23:32:41 +02:00
|
|
|
namespace: traefik
|
2022-06-04 22:55:42 +02:00
|
|
|
spec:
|
|
|
|
entryPoints:
|
2022-06-05 00:42:42 +02:00
|
|
|
- web
|
2022-06-04 22:55:42 +02:00
|
|
|
routes:
|
|
|
|
- kind: Rule
|
2022-06-05 00:21:02 +02:00
|
|
|
match: Host(`traefik.roxedus.com`) && ( PathPrefix(`/dashboard`) || PathPrefix(`/api`))
|
2022-06-04 22:55:42 +02:00
|
|
|
services:
|
|
|
|
- kind: TraefikService
|
|
|
|
name: api@internal
|