Skip to content

Commit

Permalink
Make QueueServingTLSPort optional (knative#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 authored Sep 1, 2022
1 parent 083ee36 commit 1d0ee34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/queue/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const (
type config struct {
ContainerConcurrency int `split_words:"true" required:"true"`
QueueServingPort string `split_words:"true" required:"true"`
QueueServingTLSPort string `split_words:"true" required:"true"`
QueueServingTLSPort string `split_words:"true"` // optional
UserPort string `split_words:"true" required:"true"`
RevisionTimeoutSeconds int `split_words:"true" required:"true"`
MaxDurationSeconds int `split_words:"true"` // optional
Expand Down

0 comments on commit 1d0ee34

Please sign in to comment.