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