You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
302 B

export IMG_VERSION = 6.4
imagen:
cd ../servicios; make
install:
envsubst < lyrics-deployment.yaml |kubectl create -f -
storage:
kubectl create -f pv-local-recetaspy.yaml
kubectl create -f recetaspy-prod-persistentvolumeclaim.yaml
clean:
envsubst < lyrics-deployment.yaml |kubectl delete -f -