Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting-started-reactive-crud application.properties sample #1231

Open
luizmalere opened this issue Jan 17, 2023 · 1 comment
Open

getting-started-reactive-crud application.properties sample #1231

luizmalere opened this issue Jan 17, 2023 · 1 comment

Comments

@luizmalere
Copy link

Hello, I'm deploying the crud to an openshift cluster that has postgresql deployed and running.

I've tried both options:

%prod.quarkus.datasource.reactive.url=postgresql://postgresql_pod_ip:5432/quarkus_test
%prod.quarkus.datasource.reactive.url=postgresql://postgresql_cluster_ip:5432/quarkus_test

[error]: Build step io.quarkus.datasource.deployment.devservices.DevServicesDatasourceProcessor#launchDatabases threw an exception: java.lang.IllegalStateException: Please configure the datasource URL for the default datasource or ensure the Docker daemon is up and running.

Cloud you please provide an example or some guidance on a Readme.md file. Thank you Luiz
application.properties.txt

@cescoffier
Copy link
Member

The error you see seems to be related to dev or test, not prod.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants