From f95e7539f0f1d3f1b0e7a148e3134f74247ebe49 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 19 May 2024 06:47:54 -0500 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 3d33391..d2cd7e2 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -9,7 +9,6 @@ spec: - match: Host("api.dev.durp.info") && PathPrefix(`/api`) kind: Rule middlewares: - - name: jwt - name: traefik-real-ip services: - name: "durpapi-service"