Skip to content

Commit

Permalink
Fixed merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaline-0 committed Mar 27, 2024
1 parent 6b56274 commit 1768a75
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "kubernetes_deployment" "api-skaffold" {
}
spec {
replicas = 1
progressDeadlineSeconds = 600
selector {
match_labels = {
app = "test"
Expand Down Expand Up @@ -50,8 +51,4 @@ resource "kubernetes_service" "api-skaffold_service" {
target_port = 3000
}
}
wait_for_completion = true
timeouts {
create = "40s"
}
}
}

0 comments on commit 1768a75

Please sign in to comment.