Skip to content

Commit a274043

Browse files
committed
Update endpoints
1 parent 5547765 commit a274043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theworld/terra/templates/apps/wordpress.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Resources:
178178
Type: AWS::ElasticLoadBalancingV2::TargetGroup
179179
Properties:
180180
HealthCheckIntervalSeconds: 15
181-
HealthCheckPath: /up.html
181+
HealthCheckPath: /up.html?t
182182
HealthCheckTimeoutSeconds: 5
183183
HealthyThresholdCount: 3
184184
Port: 80
@@ -414,7 +414,7 @@ Resources:
414414
Value: /var/www/html
415415
Essential: true
416416
HealthCheck:
417-
Command: [ "CMD-SHELL", "curl --fail http://localhost:8080/up.html || exit 1" ]
417+
Command: [ "CMD-SHELL", "curl --fail http://localhost:8080/up.html?d || exit 1" ]
418418
Interval: 30
419419
Retries: 3
420420
StartPeriod: 15

0 commit comments

Comments
 (0)