Skip to content

sa-mw-dach/octo-happiness-template-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contribute via OpenShift Dev Spaces

octo-happiness-template-java# octo-happiness-template-java Project

This project shows an easy to use and full install of an application pipeline and deployment via helm.

Running the application in dev mode

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

or via quarkus cli, just run

quarkus dev

NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.

Packaging and running the application

  1. Login to your oc cli
  2. Navigate to the repo root and run
  3. helm upgrade -i octo-happiness-template-java infra/helm

Uninstall

You can uninstall the installed helm chart via

helm uninstall octo-happiness-template-java 

Afterwards you will have do delete the pvc manually

oc delete pvc builder-pvc-2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages