updating readme
This commit is contained in:
committed by
Oleg Zhurakousky
parent
cc020093b9
commit
3ecd653baf
@@ -57,7 +57,7 @@ You should see the JAR to deploy in the `target/deploy` directory.
|
|||||||
----
|
----
|
||||||
gcloud functions deploy function-sample-gcp-background \
|
gcloud functions deploy function-sample-gcp-background \
|
||||||
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
|
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
|
||||||
--runtime java11 \
|
--runtime java17 \
|
||||||
--trigger-topic my-functions-topic \
|
--trigger-topic my-functions-topic \
|
||||||
--source target/deploy \
|
--source target/deploy \
|
||||||
--memory 512MB
|
--memory 512MB
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Run the following command from the project root to deploy.
|
|||||||
----
|
----
|
||||||
gcloud functions deploy function-sample-gcp-http \
|
gcloud functions deploy function-sample-gcp-http \
|
||||||
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
|
--entry-point org.springframework.cloud.function.adapter.gcp.GcfJarLauncher \
|
||||||
--runtime java11 \
|
--runtime java17 \
|
||||||
--trigger-http \
|
--trigger-http \
|
||||||
--source target/deploy \
|
--source target/deploy \
|
||||||
--memory 512MB
|
--memory 512MB
|
||||||
|
|||||||
Reference in New Issue
Block a user