Skip to content

Commit

Permalink
Enable fargate app deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Khramtsov committed Aug 23, 2024
1 parent df3c9fa commit 9f1815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/k8s-addons/eks-fargate-app.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
fargate_app = {
namespace = "fargate"
enabled = false
enabled = true
domain_name = "fargate-app-${local.domain_suffix}"
}
}
Expand Down

0 comments on commit 9f1815a

Please sign in to comment.