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"