diff --git a/pkg/apis/externaldns/types.go b/pkg/apis/externaldns/types.go index 5e50ea374..5de4aca5c 100644 --- a/pkg/apis/externaldns/types.go +++ b/pkg/apis/externaldns/types.go @@ -130,7 +130,7 @@ var defaultConfig = &Config{ AWSZoneType: "", AWSZoneTagFilter: []string{}, AWSAssumeRole: "", - AWSBatchChangeSize: 4000, + AWSBatchChangeSize: 1000, AWSBatchChangeInterval: time.Second, AWSEvaluateTargetHealth: true, AzureConfigFile: "/etc/kubernetes/azure.json", diff --git a/pkg/apis/externaldns/types_test.go b/pkg/apis/externaldns/types_test.go index bdee0a22d..8a1f1854f 100644 --- a/pkg/apis/externaldns/types_test.go +++ b/pkg/apis/externaldns/types_test.go @@ -45,7 +45,7 @@ var ( AWSZoneType: "", AWSZoneTagFilter: []string{""}, AWSAssumeRole: "", - AWSBatchChangeSize: 4000, + AWSBatchChangeSize: 1000, AWSBatchChangeInterval: time.Second, AWSEvaluateTargetHealth: true, AzureConfigFile: "/etc/kubernetes/azure.json",