2020-09-01 15:44:43 +00:00
|
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
|
|
kind: IngressRoute
|
|
|
|
metadata:
|
|
|
|
name: longhorn-dashboard
|
|
|
|
namespace: default
|
|
|
|
spec:
|
|
|
|
entryPoints:
|
|
|
|
- websecure
|
|
|
|
routes:
|
2020-11-14 22:57:19 +00:00
|
|
|
- match: Host(`storage.spamasaurus.com`)
|
2020-09-01 15:44:43 +00:00
|
|
|
kind: Rule
|
|
|
|
services:
|
|
|
|
- name: longhorn-frontend
|
|
|
|
port: 80
|
|
|
|
namespace: longhorn-system
|
2020-11-15 16:16:43 +00:00
|
|
|
middlewares:
|
|
|
|
- name: 2fa-authentication@file
|
|
|
|
- name: security-headers@file
|
|
|
|
- name: compression@file
|