Skip to content

Commit 0d1acdf

Browse files
committed
Needed to move the healthcheck location
The last Action build was failing because the health check was in the wrong place. I moved it to ./healthcheck which is where the router expects it.
1 parent d47fd71 commit 0d1acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/cloudformation-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Resources:
148148
VpcConnectorArn: !GetAtt VPCConnector.VpcConnectorArn
149149
HealthCheckConfiguration:
150150
Protocol: HTTP
151-
Path: /v2.0/routes/healthwatch
151+
Path: /healthcheck
152152
Interval: 20
153153
Timeout: 5
154154
HealthyThreshold: 1

0 commit comments

Comments
 (0)