Skip to content

Commit 86dad04

Browse files
nickyklnPascal-Delange
authored andcommitted
Rollback Change in GCP Configuration
1 parent f80baa9 commit 86dad04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform_templates/GCP/cloud_run_frontend_service.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ resource "google_cloud_run_v2_service" "frontend" {
107107

108108
startup_probe {
109109
failure_threshold = 4
110-
period_seconds = 5
110+
period_seconds = 30
111111
initial_delay_seconds = 10
112112
http_get {
113113
path = "/healthcheck"

0 commit comments

Comments
 (0)