From 17c5c984335efbb5ba06d256f2a50f3266ce5dd7 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 17:01:49 -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 8da587e..34c17ab 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(`/durpapi`) + - match: Host("api.durp.info") && Path(`/`) middlewares: - name: authentik-proxy-provider namespace: traefik