From 39f8df04bbaa927912d5dd2c8ccd754ca4b3aad6 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 16:38:11 -0500 Subject: [PATCH] update --- kong/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kong/templates/ingress.yaml b/kong/templates/ingress.yaml index 0ea5a12..db60b94 100644 --- a/kong/templates/ingress.yaml +++ b/kong/templates/ingress.yaml @@ -22,7 +22,7 @@ spec: entryPoints: - websecure routes: - - match: Host(`kong.durp.info`) && PathPrefix(`/`) + - match: Host(`kong.durp.info`) && PathPrefix(`/durpapi`) kind: Rule services: - name: kong-kong-proxy