We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ae3d0 commit 8e8a841Copy full SHA for 8e8a841
1 file changed
deploy/aws/single-node/cloudformation/template.yaml
@@ -410,7 +410,7 @@ Resources:
410
grep -Eq '(^flags|^Features).* (vmx|svm)( |$)' /proc/cpuinfo
411
systemctl is-active --quiet hypeman
412
token="$(hypeman-create-token validation 1h)"
413
- curl -fsS -H "Authorization: Bearer $token" http://127.0.0.1:8080/health >/dev/null
+ curl -fsS -H "Authorization: Bearer $token" http://127.0.0.1:${ApiPort}/health >/dev/null
414
echo "hypeman aws single-node validation passed"
415
SCRIPT
416
chmod 755 /opt/hypeman/deploy/validate.sh
0 commit comments