From 0a18f88fcf14010b495be92b2f7830c1d008baaf Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Fri, 5 Sep 2025 03:49:40 -0500 Subject: [PATCH] re-establish longhorn-ui --- infrastructure/longhorn/ui-ingress/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/longhorn/ui-ingress/kustomization.yaml b/infrastructure/longhorn/ui-ingress/kustomization.yaml index 551161f..1d497dc 100644 --- a/infrastructure/longhorn/ui-ingress/kustomization.yaml +++ b/infrastructure/longhorn/ui-ingress/kustomization.yaml @@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - middlewares.yaml + - middleware.yaml - ingress.yaml