gxthrj commented on a change in pull request #573:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/573#discussion_r693595525



##########
File path: cmd/ingress/ingress.go
##########
@@ -139,6 +139,7 @@ the apisix cluster and others are created`,
        cmd.PersistentFlags().StringVar(&cfg.LogLevel, "log-level", "info", 
"error log level")
        cmd.PersistentFlags().StringVar(&cfg.LogOutput, "log-output", "stderr", 
"error log output file")
        cmd.PersistentFlags().StringVar(&cfg.HTTPListen, "http-listen", 
":8080", "the HTTP Server listen address")
+       cmd.PersistentFlags().StringVar(&cfg.HTTPSListen, "https-listen", 
":443", "the HTTPS Server listen address")

Review comment:
       Or use 8443 instead.




-- 
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]


Reply via email to