diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 136fc7c..a8d4f4e 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -6,7 +6,7 @@ spec: entryPoints: - websecure routes: - - match: Host("api.durp.info") && PathPrefix(`/durpapi`) + - match: Host("api.durp.info") && Path(`/durpapi`) middlewares: - name: authentik-proxy-provider namespace: traefik