Fix longhorn middlewares

main
trivernis 1 year ago
parent 407882991c
commit 7423f537bb
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -18,11 +18,10 @@ spec:
routes: routes:
- match: Host(`longhorn.trivernis.net`) - match: Host(`longhorn.trivernis.net`)
kind: Rule kind: Rule
middlewares:
- name: strict-security-headers
namespace: default
services: services:
- name: longhorn-frontend - name: longhorn-frontend
port: http port: http
middlewares: middlewares:
- name: strict-security-headers
namespace: default
- name: longhorn-auth - name: longhorn-auth

Loading…
Cancel
Save