Skip to content

Commit

Permalink
Corrected errors on probes configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Jan 7, 2025
1 parent 44c046b commit 7e74916
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/terraform/container_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ resource "azurerm_container_app" "auth" {
initial_delay = 0
interval_seconds = 10
failure_count_threshold = 3
success_count_threshold = 1
timeout = 1
}

Expand All @@ -148,7 +147,6 @@ resource "azurerm_container_app" "auth" {
initial_delay = 0
interval_seconds = 10
failure_count_threshold = 3
success_count_threshold = 1
timeout = 1
}
}
Expand Down

0 comments on commit 7e74916

Please sign in to comment.