Skip to content

Commit

Permalink
Set server port when mimir image is overridden (#915)
Browse files Browse the repository at this point in the history
This complements the change by #871 in backward_compatibility.go

Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitarvdimitrov authored Jan 27, 2022
1 parent 7f0f268 commit 7edb67d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/backward_compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func previousVersionImages() map[string]func(map[string]string) map[string]strin
for _, image := range strings.Split(overrideImageVersions, ",") {
previousVersionImages[image] = func(flags map[string]string) map[string]string {
flags["-store.engine"] = "blocks"
flags["-server.http-listen-port"] = "8080"
return flags
}
}
Expand Down

0 comments on commit 7edb67d

Please sign in to comment.