k8s librespeed
This commit is contained in:
parent
04dfe716b8
commit
82ba3bc778
4 changed files with 131 additions and 22 deletions
9
librespeed/justfile
Normal file
9
librespeed/justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
default: convert deploy viz
|
||||
convert:
|
||||
kompose convert -o deployment.yaml -n librespeed
|
||||
deploy:
|
||||
kubectl apply -f deployment.yaml
|
||||
viz:
|
||||
k8sviz -n librespeed --kubeconfig $KUBECONFIG -t png -o librespeed-k8s.png
|
||||
restart:
|
||||
kubectl rollout restart -n librespeed deployment/librespeed
|
||||
Loading…
Add table
Add a link
Reference in a new issue