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