nic-6443 commented on code in PR #2444:
URL:
https://github.com/apache/apisix-ingress-controller/pull/2444#discussion_r2181905607
##########
test/e2e/scaffold/apisix_deployer.go:
##########
@@ -147,6 +149,7 @@ func (s *APISIXDeployer) DeployDataplane(deployOpts
DeployDataplaneOptions) {
AdminKey: s.opts.APISIXAdminAPIKey,
ServiceHTTPPort: 9080,
ServiceHTTPSPort: 9443,
+ Replicas: ptr.To(1),
Review Comment:
I think we can deployment mulitple apisix pods in e2e to confirm every
apisix pod's configuration is synced
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]