From c07aef26fc260a3aad36164352320253e7f5f54b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Tue, 8 Aug 2023 16:38:56 -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 db60b94..0ea5a12 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(`/durpapi`) + - match: Host(`kong.durp.info`) && PathPrefix(`/`) kind: Rule services: - name: kong-kong-proxy