How I can deploy Quarkus on GCP?

Viewed 50

I have a big problem, I want to send my backend to Google Cloud Run however, I get the following error when I follow this tutorial for the jvm part: https://quarkus.io/guides/deploying-to-google-cloud#deploying-to-google-cloud-run

ERROR: (gcloud.run.deploy) The user-provided container failed to start and listen on the port defined provided by the PORT=8080 environment variable. Logs for this revision might contain more information.

I tried to defined this variable in my application.yml : quarkus.http.port: 8080 but it still doesn't work :(

If you have any advice, I am interested, thank you very much

1 Answers
Related