Argo/Deployments/traefik-ingress.yaml

16 lines
361 B
YAML
Raw Normal View History

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-04 22:55:42 +02:00
namespace: default
spec:
entryPoints:
2022-06-04 23:45:54 +02:00
- web
2022-06-04 22:55:42 +02:00
routes:
- kind: Rule
2022-06-05 00:17:44 +02:00
match: Host(`traefik.roxedus.com`) && ( PathPrefix(`/dashboard`) || PathPrefix(`/dashboard`))
2022-06-04 22:55:42 +02:00
services:
- kind: TraefikService
name: api@internal