Skip to content

Commit

Permalink
Add comment explaining omission of ZoneSize
Browse files Browse the repository at this point in the history
  • Loading branch information
bjee19 committed May 7, 2024
1 parent 3acca01 commit 80f1b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/mode/static/nginx/config/upstreams.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ func (g GeneratorImpl) createUpstream(up dataplane.Upstream) http.Upstream {
}

func createInvalidBackendRefUpstream() http.Upstream {
// ZoneSize is omitted since we will only ever proxy to one destination/backend.
return http.Upstream{
Name: invalidBackendRef,
Servers: []http.UpstreamServer{
Expand Down

0 comments on commit 80f1b06

Please sign in to comment.