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.
 
 
 
 
 

14 lines
301 B

export IMG_VERSION = 7.5
# limpia todo
all: imagen clean install
imagen:
cd ../servicios; make
install:
-kubectl create -f reg-secret.yaml
-envsubst < lyrics-deployment.yaml |kubectl create -f -
clean:
-envsubst < lyrics-deployment.yaml |kubectl delete -f -
-kubectl delete -f reg-secret.yaml