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