Merge pull request #3586 from Shopify/disable-catch-all

Add --disable-catch-all option to disable catch-all server
This commit is contained in:
Kubernetes Prow Robot 2019-01-07 07:16:26 -08:00 committed by GitHub
commit 8f57f9578d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 172 additions and 10 deletions

View file

@ -128,7 +128,8 @@ func NewNGINXController(config *Configuration, mc metric.Collector, fs file.File
fs,
n.updateCh,
config.DynamicCertificatesEnabled,
pod)
pod,
config.DisableCatchAll)
n.syncQueue = task.NewTaskQueue(n.syncIngress)