Skip to content

Commit

Permalink
Create pacman-install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
saintdle committed Apr 29, 2021
1 parent e5126df commit ad41b09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pacman-install.sh
@@ -0,0 +1,9 @@
#!/bin/sh

kubectl create namespace pacman
kubectl create -n pacman -f rbac/rbac.yaml
kubectl create -n pacman -f persistentvolumeclaim/mongo-pvc.yaml
kubectl create -n pacman -f deployments/mongo-deployment.yaml
kubectl create -n pacman -f deployments/pacman-deployment.yaml
kubectl create -n pacman -f services/mongo-service.yaml
kubectl create -n pacman -f services/pacman-service.yaml

0 comments on commit ad41b09

Please sign in to comment.