Skip to content

Commit

Permalink
fix(infra): change iris spec for serialzation
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun1214 committed Dec 7, 2024
1 parent 09c4ca3 commit 9c6e9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infra/production/codedang/codedang_service_iris.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "iris" {
task_definition = {
family = "Codedang-Iris-Api"
cpu = 512
memory = 1700
memory = 512

container_definitions = jsonencode([
jsondecode(templatefile("container_definitions/iris.json", {
Expand Down

0 comments on commit 9c6e9ef

Please sign in to comment.