mfordjody commented on code in PR #848:
URL: https://github.com/apache/dubbo-go-pixiu/pull/848#discussion_r2642945809
##########
controllers/internal/controller/config/config.go:
##########
@@ -33,8 +33,17 @@ const (
DefaultLogLevel = "info"
DefaultMetricsAddr = ":8080"
DefaultProbeAddr = ":8081"
+ DefaultGatewayImage = "apache/dubbo-go-pixiu:latest"
Review Comment:
这部分尽量保持原来的,因为方便我在集群里面的进行调试,always的目的也是如此,所以没有特地去编写单元测试,主要的目的是提升开发效率,这部分也会在后续会通过
helm 模板传值的方式去解决。
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]