diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index c47fe25..1bbe4d9 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -8,8 +8,8 @@ spec: routes: - match: Host("test.durp.info") && PathPrefix(`/`) kind: Rule - middlewares: - - name: jwt + #middlewares: + # - name: jwt services: - name: "durpapi-service" port: 80