java-template/Makefile
RouxAntoine 3b1893d836
Some checks reported warnings
Release / build (push) Has been cancelled
feature: spring boot java sample application
2023-11-04 17:45:45 +01:00

5 lines
128 B
Makefile

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