We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bb4cd commit 67093ccCopy full SHA for 67093cc
1_demo.sh
@@ -49,6 +49,8 @@ workload_host=$(humctl get active-resources --app 5min-idp --env development -o
49
echo "Waiting for workload to be available"
50
51
# manually change the host here as the workload host resolves to localhost, which is not reachable from the container
52
-curl -I --retry 10 --retry-delay 3 --retry-all-errors --connect-to "$workload_host:30080:5min-idp-control-plane:30080" --fail "http://$workload_host:30080"
+curl -I --retry 20 --retry-delay 3 --retry-all-errors --fail \
53
+ --connect-to "$workload_host:30080:5min-idp-control-plane:30080" \
54
+ "http://$workload_host:30080"
55
56
echo "Workload available at: http://$workload_host:30080"
0 commit comments