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