From a134c332cc0ecf4a169b2aa4caaab80c9cd30388 Mon Sep 17 00:00:00 2001 From: DontDDoS Date: Fri, 9 Jan 2026 14:46:54 +0000 Subject: [PATCH] Create ingressroute.yaml --- .../longhorn-system/longhorn/ingressroute.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kubernetes/longhorn-system/longhorn/ingressroute.yaml diff --git a/kubernetes/longhorn-system/longhorn/ingressroute.yaml b/kubernetes/longhorn-system/longhorn/ingressroute.yaml new file mode 100644 index 0000000..a522cdc --- /dev/null +++ b/kubernetes/longhorn-system/longhorn/ingressroute.yaml @@ -0,0 +1,17 @@ +apiVersion: traefik.io/v1alpha1 +kind: IngressRoute +metadata: + name: longhorn + namespace: longhorn-system +spec: + entryPoints: + - web + - websecure + routes: + - match: Host(`longorn.local.dontddos.me`) + kind: Rule + middlewares: + - name: longhorn-basic-auth + services: + - name: longhorn-frontend + port: 80 \ No newline at end of file