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 10, 2024
1 parent 4c78d1e commit c41fcb3
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:81fdbf7893316c6b67a6ae070d489f8119868761"
image = "${data.azurerm_container_registry.acr.login_server}/client:4c78d1e0d11a12dfce2e5d0d77469b07a3f4de98"
cpu = 1.0
memory = "2Gi"
env {
Expand Down Expand Up @@ -112,7 +112,7 @@ resource "azurerm_container_app" "backend" {
template {
container {
name = "backend"
image = "${data.azurerm_container_registry.acr.login_server}/server:81fdbf7893316c6b67a6ae070d489f8119868761"
image = "${data.azurerm_container_registry.acr.login_server}/server:4c78d1e0d11a12dfce2e5d0d77469b07a3f4de98"
cpu = 0.5
memory = "1Gi"
env {
Expand Down

0 comments on commit c41fcb3

Please sign in to comment.