-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QA to examples-nosql-cluster-deployment - Urgent fixes for LiveLab se…
…rverless (#166) * QA April 2024 - using latest NoSQL version for examples-nosql-cluster-deployment - adapting the code to use ARM images by default - the default instance for Cloud Shell is now ARM * QA - April 2024 - new zip files * Update data.sh because PAR URL expiration * Update data.sh * QA : new zip files * QA new zip files * Update data.sh * New zip files
- Loading branch information
1 parent
79da812
commit 05b3d83
Showing
19 changed files
with
25 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
demo-livelab/serverless-with-nosql-database/functions-fn/api/demo-api/Dockerfile
This file was deleted.
Oops, something went wrong.
7 changes: 5 additions & 2 deletions
7
demo-livelab/serverless-with-nosql-database/functions-fn/api/demo-api/func.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
schema_version: 20180708 | ||
name: demo-api | ||
version: 0.0.1 | ||
runtime: docker | ||
runtime: node | ||
build_image: fnproject/node:18-dev | ||
run_image: fnproject/node:18 | ||
entrypoint: node func.js | ||
memory: 256 | ||
timeout: 120 | ||
idle_timeout: 1800 | ||
idle_timeout: 1800 |
15 changes: 0 additions & 15 deletions
15
demo-livelab/serverless-with-nosql-database/functions-fn/load/demo-keyval-load/Dockerfile
This file was deleted.
Oops, something went wrong.
7 changes: 5 additions & 2 deletions
7
demo-livelab/serverless-with-nosql-database/functions-fn/load/demo-keyval-load/func.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
schema_version: 20180708 | ||
name: demo-keyval-load | ||
version: 0.0.1 | ||
runtime: docker | ||
runtime: node | ||
build_image: fnproject/node:18-dev | ||
run_image: fnproject/node:18 | ||
entrypoint: node func.js | ||
memory: 256 | ||
timeout: 120 | ||
idle_timeout: 1800 | ||
idle_timeout: 1800 |
16 changes: 0 additions & 16 deletions
16
demo-livelab/serverless-with-nosql-database/functions-fn/load/demo-load/Dockerfile
This file was deleted.
Oops, something went wrong.
7 changes: 5 additions & 2 deletions
7
demo-livelab/serverless-with-nosql-database/functions-fn/load/demo-load/func.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
schema_version: 20180708 | ||
name: demo-load | ||
version: 0.0.1 | ||
runtime: docker | ||
runtime: node | ||
build_image: fnproject/node:18-dev | ||
run_image: fnproject/node:18 | ||
entrypoint: node func.js | ||
memory: 256 | ||
timeout: 120 | ||
idle_timeout: 1800 | ||
idle_timeout: 1800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.