java-template/Makefile

5 lines
128 B
Makefile
Raw Normal View History

.PHONY: run
run:
kubectl run --image container.localdomain/java-template --port 8080 --image-pull-policy Always java-template