Skip to content

Commit

Permalink
Merge pull request #2266 from zalando-incubator/batch-size
Browse files Browse the repository at this point in the history
ExternalDNS: reduce Route53 batch size to 100
  • Loading branch information
linki authored Jun 27, 2019
2 parents e353f99 + 70674b0 commit e0b24af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/manifests/external-dns/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
- --provider=aws
- --registry=txt
- --txt-owner-id={{ .Region }}:{{ .LocalID }}
- --aws-batch-change-size=350
- --aws-batch-change-size=100
resources:
limits:
cpu: 50m
Expand Down

0 comments on commit e0b24af

Please sign in to comment.