Skip to content

Commit

Permalink
added crytominers and vault pawning resource
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul Jadhav <[email protected]>
  • Loading branch information
nyrahul committed Sep 29, 2024
1 parent 45d9859 commit e52fa87
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG=v1.0.3
TAG=v1.0.4
build:
docker buildx build -t nyrahul/sandcat:${TAG} .

Expand Down
4 changes: 3 additions & 1 deletion k8s/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ spec:
spec:
serviceAccountName: caldera-sa
containers:
- image: nyrahul/sandcat:v1.0.3
- image: nyrahul/sandcat:v1.0.4
imagePullPolicy: Always
name: sandcat
env:
- name: SERVER
value: "http://vm.accuknox.com:8888"
- name: GROUP
value: "ACCUKNOX"
---
4 changes: 2 additions & 2 deletions start-sandcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ BIN=/sandcat
echo "converting sandcat bin..."
xxd -r -p $HEX > $BIN
chmod +x $BIN
echo "starting sandcat..."
$BIN -server $SERVER -group red -v
echo "starting sandcat server=$SERVER group=$GROUP ..."
$BIN -server $SERVER -group $GROUP -v
echo "sandcat terminated..."

0 comments on commit e52fa87

Please sign in to comment.