|
|
|
@ -48,6 +48,7 @@ clean: |
|
|
|
|
|
|
|
-kubectl delete -f ./ConfigMaps/env-prod-configmap.yaml |
|
|
|
-kubectl delete -f ./ConfigMaps/env-prod-db-configmap.yaml |
|
|
|
-kubectl delete -f reg-secret.yaml |
|
|
|
|
|
|
|
|
|
|
|
nginx: |
|
|
|
@ -58,3 +59,13 @@ backup: |
|
|
|
|
|
|
|
muestra: |
|
|
|
-envsubst < reymota-deployment.yaml > /tmp/deployment.yaml |
|
|
|
|
|
|
|
pvc-install: |
|
|
|
-kubectl create -f PVC/postgres-data-persistentvolumeclaim.yaml |
|
|
|
-kubectl create -f PVC/reymota-prod-persistentvolumeclaim.yaml |
|
|
|
-kubectl create -f PVC/static-volume-persistentvolumeclaim.yaml |
|
|
|
|
|
|
|
pvc-clean: |
|
|
|
-kubectl delete -f PVC/postgres-data-persistentvolumeclaim.yaml |
|
|
|
-kubectl delete -f PVC/reymota-prod-persistentvolumeclaim.yaml |
|
|
|
-kubectl delete -f PVC/static-volume-persistentvolumeclaim.yaml |