From 1ba8d96c2e881ac753d44fa9008a4f259485e2d8 Mon Sep 17 00:00:00 2001 From: TBunkley <104649250+TBunkley@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:32:40 -0600 Subject: [PATCH] Updated jumpbox image to correct repository and removed deprecated arguement (#134) * Updated jumpbox image to correct repository and removed deprecated arguement * Removed prometheus arg from local webv config --- Makefile | 2 +- deploy/webv-local/webv.yaml | 1 - deploy/webv/webv.yaml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0ecc266..901e2e1 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ jumpbox : # start a jumpbox pod @-kubectl delete pod jumpbox --ignore-not-found=true - @kubectl run jumpbox --image=ghcr.io/retaildevcrews/alpine --restart=Always -- /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait" + @kubectl run jumpbox --image=ghcr.io/cse-labs/jumpbox --restart=Always -- /bin/sh -c "trap : TERM INT; sleep 9999999999d & wait" @kubectl wait pod jumpbox --for condition=ready --timeout=30s ###### If you get an error after this #### diff --git a/deploy/webv-local/webv.yaml b/deploy/webv-local/webv.yaml index 42c68f6..99739cd 100644 --- a/deploy/webv-local/webv.yaml +++ b/deploy/webv-local/webv.yaml @@ -27,7 +27,6 @@ spec: - benchmark.json - --sleep - "1000" - - --prometheus - --run-loop - --verbose - --log-format diff --git a/deploy/webv/webv.yaml b/deploy/webv/webv.yaml index d7f89da..116c840 100644 --- a/deploy/webv/webv.yaml +++ b/deploy/webv/webv.yaml @@ -23,7 +23,6 @@ spec: args: - --sleep - "1000" - - --prometheus - --run-loop - --verbose - --log-format