From 1df51546e279da69495cd99db6e79f60ae185965 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 19:19:06 -0500 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index a8d4f4e..136fc7c 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -6,7 +6,7 @@ spec: entryPoints: - websecure routes: - - match: Host("api.durp.info") && Path(`/durpapi`) + - match: Host("api.durp.info") && PathPrefix(`/durpapi`) middlewares: - name: authentik-proxy-provider namespace: traefik