Add 'z2/start-app.sh'
This commit is contained in:
parent
e449b0375d
commit
2d253bdfbd
9
z2/start-app.sh
Normal file
9
z2/start-app.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
kubectl apply -f mongo-configmap.yaml
|
||||||
|
kubectl apply -f mongo-secret.yaml
|
||||||
|
kubectl apply -f mongo-service.yaml
|
||||||
|
kubectl apply -f mongo-stateful-set.yaml -n z2
|
||||||
|
kubectl apply -f mongo-express-deployment.yaml
|
||||||
|
kubectl apply -f mongo-express-service.yaml
|
Loading…
Reference in New Issue
Block a user