diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 0e75ace..b99470d 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -6,7 +6,7 @@ spec: entryPoints: - websecure routes: - - match: Host("{{test.durp.info}}") && PathPrefix(`/`) + - match: Host("test.durp.info") && PathPrefix(`/`) middlewares: - name: authentik-proxy-provider namespace: traefik