Automated Manifest Update (#2492)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2492
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2492.
This commit is contained in:
2025-12-13 20:50:17 +00:00
committed by Alex Lebens
parent 7e12204dff
commit 004e13fa5a
6 changed files with 65 additions and 34 deletions

View File

@@ -14,5 +14,7 @@ data:
echo "curl could not be found, installing";
apk add curl;
fi;
curl -i -X POST --silent --write-out '%{http_code}' -d "json={\"random_port\": \"true\"}" "http://localhost:8080/api/v2/app/setPreferences";
sleep 10
echo "updating port with $1";
curl -i -X POST -d "json={\"listen_port\": \"${1}\"}" "http://localhost:8080/api/v2/app/setPreferences";
curl -i -X POST --silent --write-out '%{http_code}' -d "json={\"listen_port\": \"${1}\"}" "http://localhost:8080/api/v2/app/setPreferences";