Skip to content

Commit

Permalink
fix(coherence): fix health check path (#8380)
Browse files Browse the repository at this point in the history
Didn't catch this before since GCP health checks work different from AWS
  • Loading branch information
jtoar committed May 22, 2023
1 parent 29aa161 commit 08d0077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ api:
system:
cpu: 2
memory: 2G
health_check: "/health"
health_check: "/api/health"
resources:
- name: ${path.basename(redwoodProjectPaths.base)}-db
Expand Down

0 comments on commit 08d0077

Please sign in to comment.