5 lines
128 B
Makefile

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