Skip to content

Commit

Permalink
Merge pull request #2542 from wso2/Tharsanan1-patch-11
Browse files Browse the repository at this point in the history
Update integration-test.yml
  • Loading branch information
Tharsanan1 authored Oct 7, 2024
2 parents a23ead8 + 316add4 commit 3fe4a79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,10 @@ jobs:
--set idp.idpui.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-idp-ui:${{ github.sha }} \
--set wso2.apk.dp.ratelimiter.deployment.image=${{ secrets.AZURE_ACR_NAME }}.azurecr.io/apk-ratelimiter:${{ github.sha }} \
--set wso2.apk.dp.ratelimiter.requestTimeoutInMillis=800 \
--set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true
--set wso2.apk.dp.gatewayRuntime.deployment.router.configs.enableIntelligentRouting=true \
--set wso2.apk.dp.gatewayRuntime.analytics.enabled=true \
--set wso2.apk.dp.gatewayRuntime.analytics.publishers[0].enabled=true \
--set wso2.apk.dp.gatewayRuntime.analytics.publishers[0].type="elk"
kubectl get pods -n apk-integration-test
kubectl get svc -n apk-integration-test
- name: Archieve Logs
Expand Down

0 comments on commit 3fe4a79

Please sign in to comment.