Skip to content

Commit

Permalink
fix: Update external_dns interval (#203)
Browse files Browse the repository at this point in the history
Default is "1m", but we are hitting API rate limiting.
  • Loading branch information
zacharyblasczyk authored Apr 23, 2024
1 parent bc232d2 commit 0a44b43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/app_eks/external_dns/external_dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ resource "helm_release" "external_dns" {
value = "sync"
}

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

set {
name = "serviceAccount.annotations.eks\\.amazonaws\\.com/role-arn"
value = aws_iam_role.default.arn
Expand Down

0 comments on commit 0a44b43

Please sign in to comment.