Skip to content

Commit

Permalink
chore: added script to install all
Browse files Browse the repository at this point in the history
  • Loading branch information
wnqueiroz committed Dec 8, 2020
1 parent f51fa12 commit cfb2c28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 02-install-all.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
kubectl create namespace redis
kubectl create namespace staging

kubectl apply -f redis -n redis
kubectl apply -f nestjs-redis -n staging

# Cleanup!
kubectl delete -f redis -n redis
kubectl delete -f nestjs-redis -n staging

0 comments on commit cfb2c28

Please sign in to comment.