wip
This commit is contained in:
parent
8c0277c8f3
commit
9e2c30af22
60 changed files with 8853 additions and 232 deletions
9
matrix/justfile
Normal file
9
matrix/justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
default: convert deploy viz
|
||||
convert:
|
||||
kompose convert -o deployment.yaml -n matrix
|
||||
deploy:
|
||||
kubectl apply -f deployment.yaml
|
||||
viz:
|
||||
k8sviz -n matrix --kubeconfig $KUBECONFIG -t png -o matrix-k8s.png
|
||||
restart:
|
||||
kubectl rollout restart -n matrix deployment/matrix
|
||||
Loading…
Add table
Add a link
Reference in a new issue