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 -
|
|
|