From 0e8ac72eba54748a4ab6a468973673621b65327d Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 2 Apr 2024 20:54:03 -0500 Subject: [PATCH] update --- durpapi/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/durpapi/templates/ingress.yaml b/durpapi/templates/ingress.yaml index 8f47c61..673d479 100644 --- a/durpapi/templates/ingress.yaml +++ b/durpapi/templates/ingress.yaml @@ -6,7 +6,7 @@ spec: entryPoints: - websecure routes: - - match: Host("test.durp.info") && PathPrefix(`/`) + - match: Host("api.durp.info") && PathPrefix(`/api`) kind: Rule middlewares: - name: jwt