We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5547765 commit a274043Copy full SHA for a274043
theworld/terra/templates/apps/wordpress.yml
@@ -178,7 +178,7 @@ Resources:
178
Type: AWS::ElasticLoadBalancingV2::TargetGroup
179
Properties:
180
HealthCheckIntervalSeconds: 15
181
- HealthCheckPath: /up.html
+ HealthCheckPath: /up.html?t
182
HealthCheckTimeoutSeconds: 5
183
HealthyThresholdCount: 3
184
Port: 80
@@ -414,7 +414,7 @@ Resources:
414
Value: /var/www/html
415
Essential: true
416
HealthCheck:
417
- Command: [ "CMD-SHELL", "curl --fail http://localhost:8080/up.html || exit 1" ]
+ Command: [ "CMD-SHELL", "curl --fail http://localhost:8080/up.html?d || exit 1" ]
418
Interval: 30
419
Retries: 3
420
StartPeriod: 15
0 commit comments