blob: 0397ea45864969ce1e3e4004151170b479f37903 (
plain) (
blame)
1
2
3
4
5
6
7
8
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
|