Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ use (
./run/markdown-preview/renderer
./run/pubsub
./run/service-auth
./run/service-health
./run/sigterm-handler
./run/system_package
./run/testing
Expand Down
2 changes: 1 addition & 1 deletion internal/cloudrunci/cloudrunci.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ type Service struct {
// Location to deploy the Service, and related artifacts
Location string

// ReadinessProbe description
// Readiness probe definition for the containers in this service.
Readiness *ReadinessProbe
}

Expand Down
1 change: 1 addition & 0 deletions run/service-health/assets/celebration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions run/service-health/assets/cloud_bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions run/service-health/assets/sad-unicorn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading