From bcb97acab1b33edf1e94ecedc264b0c4685ad38b Mon Sep 17 00:00:00 2001 From: Pubudu Gunatilaka Date: Thu, 29 Feb 2024 14:07:53 +0530 Subject: [PATCH] Update Rate Limiter docker image --- test/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/README.md b/test/integration/README.md index 859dc84db..3ed0ac774 100644 --- a/test/integration/README.md +++ b/test/integration/README.md @@ -37,7 +37,7 @@ If you have setup `Kind` and wish to run the integration tests using Gradle, the 3. Port forward router-service to use localhost. ```bash - kubectl port-forward svc/apk-test-setup-wso2-apk-router-service -n apk-integration-test 9095:9095 + kubectl port-forward svc/apk-test-setup-wso2-apk-gateway-service -n apk-integration-test 9095:9095 ``` 4. Add all DNS mappings to `/etc/hosts` file. Refer to `scripts/run-tests.sh` file for the domain names.