Skip to content

Commit

Permalink
change default http port and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael P. Ribeiro committed Aug 27, 2021
1 parent 4368a81 commit 9d214be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2
2 changes: 1 addition & 1 deletion cmd/containerd-healthcheck/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {

// Config
env := flag.StringP("env", "e", "development", "Application environment")
addr := flag.StringP("addr", "a", ":9891", "HTTP address for prometheus endpoint")
addr := flag.StringP("addr", "a", ":9434", "HTTP address for prometheus endpoint")
configPath := flag.StringP("config", "c", "config.yml", "Path to configuration file")
// Version
versionOpt := flag.BoolP("version", "v", false, "Print app version")
Expand Down

0 comments on commit 9d214be

Please sign in to comment.