export IMG_VERSION = 1.1 # limpia todo all: imagen clean install imagen: cd ../servicios; make install: envsubst < libros-deployment.yaml |kubectl create -f - kubectl create -f pv-local-libros.yaml kubectl create -f libros-prod-persistentvolumeclaim.yaml clean: envsubst < libros-deployment.yaml |kubectl delete -f - kubectl delete -f libros-prod-persistentvolumeclaim.yaml kubectl delete -f pv-local-libros.yaml