Skip to content

Commit f883d42

Browse files
authored
feat(cloudrun): create sample service for cloud run readiness probe and service health feature (#5368)
1 parent 1ed9bcd commit f883d42

File tree

11 files changed

+1164
-2
lines changed

11 files changed

+1164
-2
lines changed

go.work

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ use (
131131
./run/markdown-preview/renderer
132132
./run/pubsub
133133
./run/service-auth
134+
./run/service-health
134135
./run/sigterm-handler
135136
./run/system_package
136137
./run/testing

internal/cloudrunci/cloudrunci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ type Service struct {
108108
// Location to deploy the Service, and related artifacts
109109
Location string
110110

111-
// ReadinessProbe description
111+
// Readiness probe definition for the containers in this service.
112112
Readiness *ReadinessProbe
113113
}
114114

run/service-health/assets/celebration.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 65 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)