Skip to content

Commit

Permalink
Bump GMP delay to 60 seconds (GoogleCloudPlatform#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvmin authored Apr 2, 2024
1 parent 929995d commit 9635c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kuberay-monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Temporary workaround to ensure the GMP webhook is installed before applying PodMonitorings.
resource "time_sleep" "wait_for_gmp_operator" {
create_duration = "30s"
create_duration = "60s"
}

# google managed prometheus engine
Expand Down

0 comments on commit 9635c32

Please sign in to comment.