Skip to content

Commit

Permalink
fix: Rate limiting of aws R53
Browse files Browse the repository at this point in the history
AWS rate limiting fix of route 53
  • Loading branch information
zacharyblasczyk authored Dec 19, 2024
1 parent 5f9e5b2 commit f1b3e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app_eks/external_dns/external_dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "helm_release" "external_dns" {

set {
name = "interval"
value = "3m"
value = "5m"
}

set {
Expand Down

0 comments on commit f1b3e2a

Please sign in to comment.