This commit is contained in:
Roxedus 2022-05-26 14:34:20 +02:00
parent c7e592e17e
commit 9996b1b58f
No known key found for this signature in database
GPG Key ID: EBC13557C4D91D7B

13
ingress/dashboard.yaml Normal file
View File

@ -0,0 +1,13 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: dashboard
spec:
entryPoints:
- web
routes:
- match: Host(`traefik.localhost`) && (PathPrefix(`/dashboard`) || PathPrefix(`/api`))
kind: Rule
services:
- name: api@internal
kind: TraefikService