From 26cfd4d02946b33155dd2496f45e67cdc679c38f Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 23 Jan 2024 06:31:41 -0800 Subject: [PATCH] Update durpapi/templates/ingress.yaml --- durpapi/templates/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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