Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sushilbhile committed Dec 4, 2023
1 parent ce37205 commit a21d8c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/compactor/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func (c *Compactor) deployment() (runtime.Object, reconciler.DesiredState, error
Args: []string{
"compact",
"--log.level=info",
"--debug.accept-malformed-index",
"--http-address=" + compactor.HTTPAddress,
"--http-grace-period=" + strconv.Itoa(int(math.Floor(compactor.HTTPGracePeriod.Duration.Seconds()))) + "s",
"--data-dir=" + compactor.DataDir,
Expand Down

0 comments on commit a21d8c1

Please sign in to comment.