Skip to content

Commit cfb2c28

Browse files
committed
chore: added script to install all
1 parent f51fa12 commit cfb2c28

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

02-install-all.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
kubectl create namespace redis
2+
kubectl create namespace staging
3+
4+
kubectl apply -f redis -n redis
5+
kubectl apply -f nestjs-redis -n staging
6+
7+
# Cleanup!
8+
kubectl delete -f redis -n redis
9+
kubectl delete -f nestjs-redis -n staging

0 commit comments

Comments
 (0)