fix: Fix the incorrect default metrics port shown in the usage (#456)

This commit is contained in:
Kent Dong
2023-08-01 09:54:25 +08:00
committed by GitHub
parent 564c7d8193
commit e5105a4d71

View File

@@ -99,7 +99,7 @@ outputUsage() {
default to 443 if unspecified
--gateway-metrics-port=GATEWAY-METRICS-PORT
the metrics port to be listened by the gateway
default to 15012 if unspecified
default to 15020 if unspecified
--console-port=CONSOLE-PORT
the port used to visit Higress Console
default to 8080 if unspecified