Skip to content

lbaf23/ptm-leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTM Leaderboard

Debug

  • api
cd api
go run main.go
  • web
cd web
yarn
yarn start
  • file
cd filestorage
go run main.go
  • attack
cd attack
python main.py
  • send
cd send
go run main.go

Release

vim base64.sh
bash bash64.sh
vim secret.yaml
kubectl apply -f namespace.yaml
kubectl apply -f secret.yaml
kubectl apply -f ./yaml/
Pod TargetPort NodePort
web 12001 30001
api 12002 30002
auth 12003 30003
attack
nats 4222 30005
file 12006 30006
send 12007 30007