mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
chore: add proxy health interval flag/env config (#7919)
* chore: plumbing for proxy health interval from flag/env
This commit is contained in:
@ -64,6 +64,7 @@ func (r *RootCmd) server() *clibase.Cmd {
|
||||
DERPServerRelayAddress: options.DeploymentValues.DERP.Server.RelayURL.String(),
|
||||
DERPServerRegionID: int(options.DeploymentValues.DERP.Server.RegionID.Value()),
|
||||
Options: options,
|
||||
ProxyHealthInterval: options.DeploymentValues.ProxyHealthStatusInterval.Value(),
|
||||
}
|
||||
|
||||
api, err := coderd.New(ctx, o)
|
||||
|
Reference in New Issue
Block a user