Reputation: 1396
I am looking for ways to deploy a springboot binary jar on OpenShift v3. I can do it with Yaml and have done it on Kubernetes but I am looking for specifically deploying a jar directly on OpenShift v3. I have looked here OpenShift but can't figure out.
Upvotes: 2
Views: 3555
Reputation: 208
Another good post to try: https://blog.openshift.com/using-openshift-enterprise-grade-spring-boot-deployments/
Repository url: https://github.com/jorgemoralespou/osev3-examples/tree/master/spring-boot/springboot-sti
Image and template works fine with recent version of origin.
Upvotes: 1
Reputation: 11
Follow this post :https://blog.codecentric.de/en/2016/03/deploy-spring-boot-applications-openshift/ Using s2i image.Google luck.
Upvotes: 1