mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-18 23:40:59 +02:00
Merge pull request #839 from medzin/default-aws-batch
Change default AWSBatchChangeSize to 1000
This commit is contained in:
commit
f2ddaaf6bb
@ -130,7 +130,7 @@ var defaultConfig = &Config{
|
|||||||
AWSZoneType: "",
|
AWSZoneType: "",
|
||||||
AWSZoneTagFilter: []string{},
|
AWSZoneTagFilter: []string{},
|
||||||
AWSAssumeRole: "",
|
AWSAssumeRole: "",
|
||||||
AWSBatchChangeSize: 4000,
|
AWSBatchChangeSize: 1000,
|
||||||
AWSBatchChangeInterval: time.Second,
|
AWSBatchChangeInterval: time.Second,
|
||||||
AWSEvaluateTargetHealth: true,
|
AWSEvaluateTargetHealth: true,
|
||||||
AzureConfigFile: "/etc/kubernetes/azure.json",
|
AzureConfigFile: "/etc/kubernetes/azure.json",
|
||||||
|
@ -45,7 +45,7 @@ var (
|
|||||||
AWSZoneType: "",
|
AWSZoneType: "",
|
||||||
AWSZoneTagFilter: []string{""},
|
AWSZoneTagFilter: []string{""},
|
||||||
AWSAssumeRole: "",
|
AWSAssumeRole: "",
|
||||||
AWSBatchChangeSize: 4000,
|
AWSBatchChangeSize: 1000,
|
||||||
AWSBatchChangeInterval: time.Second,
|
AWSBatchChangeInterval: time.Second,
|
||||||
AWSEvaluateTargetHealth: true,
|
AWSEvaluateTargetHealth: true,
|
||||||
AzureConfigFile: "/etc/kubernetes/azure.json",
|
AzureConfigFile: "/etc/kubernetes/azure.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user