File tree 2 files changed +2
-15
lines changed
2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -146,20 +146,6 @@ resource "google_cloud_run_v2_service" "default" {
146
146
name = " NEXTAUTH_URL"
147
147
value = local. nextauth_url
148
148
}
149
- startup_probe {
150
- initial_delay_seconds = 45
151
- timeout_seconds = 65
152
- period_seconds = 5
153
- failure_threshold = 5
154
- tcp_socket {
155
- port = 8080
156
- }
157
- }
158
- liveness_probe {
159
- http_get {
160
- path = " /"
161
- }
162
- }
163
149
}
164
150
service_account = google_service_account. cloud_run . email
165
151
}
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
output "frontend_url" {
18
- value = " http://${ google_compute_global_address . default . address } /"
18
+ description = " IP address to site. Load balancer expected to take ~5 minutes for it to warm up."
19
+ value = " http://${ google_compute_global_address . default . address } / (Wait ~5 minutes for it to warm up.)"
19
20
}
20
21
21
22
output "neos_toc_url" {
You can’t perform that action at this time.
0 commit comments