Skip to content

Commit

Permalink
Merge pull request #211 from loxilb-io/default-zonenum-fix
Browse files Browse the repository at this point in the history
loxilb-io/loxilb#887 Set number of zone instances to 1 by default
  • Loading branch information
UltraInstinct14 authored Nov 27, 2024
2 parents bee462b + 1f1032e commit 0a5f34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/loxilb-agent/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func (o *Options) setDefaults() {
o.config.Zone = "llb"
}
if o.config.NumZoneInst == 0 {
o.config.NumZoneInst = 2
o.config.NumZoneInst = 1
}

}

0 comments on commit 0a5f34b

Please sign in to comment.