From f486ff84f733f4e0125db3457b6a63afc86d9f18 Mon Sep 17 00:00:00 2001 From: ThomasCardin Date: Sun, 30 Jun 2024 15:59:50 -0400 Subject: [PATCH] ingress nginx love --- kubernetes/apps/trilium-notes/base/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/trilium-notes/base/kustomization.yaml b/kubernetes/apps/trilium-notes/base/kustomization.yaml index 6f583e2..8321aa9 100644 --- a/kubernetes/apps/trilium-notes/base/kustomization.yaml +++ b/kubernetes/apps/trilium-notes/base/kustomization.yaml @@ -3,4 +3,4 @@ kind: Kustomization resources: - deployment.yaml - - httproutes.yaml \ No newline at end of file + - ingress.yaml \ No newline at end of file