Skip to content

Commit

Permalink
chore: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed May 1, 2024
1 parent 8e38114 commit 1a125bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ resource "azurerm_container_app" "flojoy-cloud-web-container-app" {
name = "flojoy-cloud-web-container"
image = "flojoyai/cloud-web:latest"
cpu = "2.0"
memory = "4.0Gi"
memory = "4Gi"

env {
name = "PORT"
Expand Down Expand Up @@ -230,7 +230,7 @@ resource "azurerm_container_app" "flojoy-cloud-server-container-app" {
name = "flojoy-cloud-server-container"
image = "flojoyai/cloud-server:latest"
cpu = "2.0"
memory = "4.0Gi"
memory = "4Gi"

env {
name = "NODE_ENV"
Expand Down

0 comments on commit 1a125bf

Please sign in to comment.