Fight Microservice
Deploy application using Quarkus Maven plugin
git clone http://git.gitea.svc.cluster.local:3000/lab-user/developer-advocacy-2022.git
Deploy application cd developer-advocacy-2022/code/rest-fights && ls -l
Deploy application ./mvnw -s maven-setting.xml install \ -DskipTests \ -Dquarkus.container-image.group=$(oc project --short) \ -Dquarkus.profile=openshift-17 \ -Dquarkus.kubernetes.deploy=true
Deploy application 
Deploy application 
Deploy application
What have you learnt?
Last updated