Skip to content

Commit

Permalink
modified: terraform/aca.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vrsorheim committed Jul 9, 2024
1 parent 11cdc0d commit 625b05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/aca.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "azurerm_container_app" "frontend" {
template {
container {
name = "frontend"
image = "${data.azurerm_container_registry.acr.login_server}/client:41cb0aa98bf6f2bd3909aeae821cf76908d41bb6"
image = "${data.azurerm_container_registry.acr.login_server}/client:11cdc0d36eccead34481553ca5ea1fbab3031aa0"
cpu = 1.0
memory = "2Gi"
env {
Expand Down Expand Up @@ -107,7 +107,7 @@ resource "azurerm_container_app" "backend" {
template {
container {
name = "backend"
image = "${data.azurerm_container_registry.acr.login_server}/server:41cb0aa98bf6f2bd3909aeae821cf76908d41bb6"
image = "${data.azurerm_container_registry.acr.login_server}/server:11cdc0d36eccead34481553ca5ea1fbab3031aa0"
cpu = 0.5
memory = "1Gi"
env {
Expand Down

0 comments on commit 625b05b

Please sign in to comment.