Skip to content

Commit

Permalink
add missing values to azurerm container app
Browse files Browse the repository at this point in the history
  • Loading branch information
gunvorhu committed May 24, 2024
1 parent 64681e5 commit 6f764bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ resource "azurerm_container_app" "devops" {
template {
container {
image = "ghcr.io/${var.repository}/${var.my_name}:latest"
memory = "0.5Gi"
name = "${var.my_name}-container-app"
cpu = 0.25
}

min_replicas = 1
Expand Down

0 comments on commit 6f764bb

Please sign in to comment.