Skip to content

Commit

Permalink
main.tf: Get rid of Liveness and Readiness delay
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed Jul 8, 2024
1 parent d39f5cf commit 1d78320
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,12 @@ resource "kubernetes_deployment" "main" {
tcp_socket {
port = var.ssh_port
}

initial_delay_seconds = 30
}

readiness_probe {
tcp_socket {
port = var.ssh_port
}

initial_delay_seconds = 30
}
}
}
Expand Down

0 comments on commit 1d78320

Please sign in to comment.