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/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