aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/postgres/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/postgres/deploy.sh')
-rwxr-xr-xkubernetes/postgres/deploy.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/kubernetes/postgres/deploy.sh b/kubernetes/postgres/deploy.sh
new file mode 100755
index 0000000..0397ea4
--- /dev/null
+++ b/kubernetes/postgres/deploy.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env sh
+
+kubectl apply -f ./postgres-secret.yaml
+kubectl apply -f ./postgres-data-volume.yaml
+kubectl apply -f ./postgres-deployment.yaml
+
+# kubectl delete pod mongodb
+# kubectl delete pvc
+# kubectl delete pv