Comments on: Quick Guide to Microservices with Quarkus on Openshift https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 06 Nov 2020 09:27:58 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/#comment-921 Sat, 22 Aug 2020 10:55:50 +0000 https://piotrminkowski.wordpress.com/?p=7219#comment-921 In reply to Shane B.

I have already updated that post to the latest version of Quarkus. I have also fixed the lines you sent.

]]>
By: Shane B https://piotrminkowski.com/2020/08/18/quick-guide-to-microservices-with-quarkus-on-openshift/#comment-915 Mon, 09 Sep 2019 19:43:20 +0000 https://piotrminkowski.wordpress.com/?p=7219#comment-915 Awesome writeup!

I think your context-dirs just need ‘-service’ appended in the last code-block, ie

$ oc new-app quay.io/quarkus/ubi-quarkus-native-s2i:19.1.1~https://github.com/piomin/sample-quarkus-microservices.git#openshift –context-dir=employee-service –name=employee
$ oc new-app quay.io/quarkus/ubi-quarkus-native-s2i:19.1.1~https://github.com/piomin/sample-quarkus-microservices.git#openshift –context-dir=department-service –name=department
$ oc new-app quay.io/quarkus/ubi-quarkus-native-s2i:19.1.1~https://github.com/piomin/sample-quarkus-microservices.git#openshift –context-dir=organization-service –name=organization

]]>