From 2c05db29948465d04d581c0058abe7d908a3d4f3 Mon Sep 17 00:00:00 2001 From: Matteo Beghelli Date: Fri, 6 Dec 2024 10:16:16 +0100 Subject: [PATCH] fix pullapps-3.3.ps1 --- kubernetes/pullapps-3.3.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/pullapps-3.3.ps1 b/kubernetes/pullapps-3.3.ps1 index 6307494..ade8ed5 100644 --- a/kubernetes/pullapps-3.3.ps1 +++ b/kubernetes/pullapps-3.3.ps1 @@ -199,7 +199,7 @@ display_message "pyos pod name=$PYOS_POD_NAME" "OK" # define service URL # inside pyos -$URL="http://localhost:8080/API/manager/image" +$URL="http://localhost:$port/API/manager/image" # call HEALTZ foreach ($app in $ABCDESKTOP_JSON_APPLICATIONS -split ','){