k3s-cluster/cluster/apps/traefik/dashboard-ingress.yaml

20 lines
392 B
YAML
Raw Normal View History

2023-04-03 02:03:53 +00:00
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
2023-04-03 02:03:53 +00:00
name: traefik-dashboard
namespace: traefik
spec:
2023-04-03 02:03:53 +00:00
entryPoints:
- websecure
- traefik
routes:
- kind: Rule
match: Host(`k3st.***REMOVED***`)
priority: 10
services:
- kind: Service
name: traefik-helm
namespace: traefik
passHostHeader: true
port: 9000
weight: 10