Skip to content

Commit

Permalink
fix: Rate limiting of aws R53 (#314)
Browse files Browse the repository at this point in the history
AWS rate limiting fix of route 53
  • Loading branch information
zacharyblasczyk authored and PNarode committed Jan 6, 2025
1 parent c197c16 commit 038474f
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 038474f

Please sign in to comment.