All files used for the deployment with helm can be found in the folder helm inside this project root directory
You can run your application in dev mode that enables live coding using:
./mvnw compile quarkus:dev
./mvnw package -Pnative
docker build -f src/main/docker/Dockerfile.native -t toky03/waschplan-backend:0.0.27 .