Skip to content

Commit

Permalink
Adds missing properties for azure container app resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBakkenMoe-Computas committed May 24, 2024
1 parent ce7c303 commit 5db3152
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 @@ -21,7 +21,10 @@ resource "azurerm_container_app" "devops" {

template {
container {
name = "thomascontainerapp"
image = "ghcr.io/${var.repository}/${var.my_name}:latest"
cpu = 0.25
memory = "0.5Gi"
}

min_replicas = 1
Expand Down

0 comments on commit 5db3152

Please sign in to comment.