From 9beb11767ac59773652bc8ea4bab470f4340f039 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Mon, 11 Dec 2023 09:13:37 -0600 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index d2302a3..040e30d 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -7,9 +7,6 @@ spec: - websecure routes: - match: Host("test.durp.info") && PathPrefix(`/`) - middlewares: - - name: authentik-proxy-provider - namespace: traefik kind: Rule services: - name: "durpapi-service"