From 7dbd35c00abc5c1098e0db3ce0f3475485c8bebb Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 09:06:13 -0600 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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