ch07s02 add application for GE
This commit is contained in:
14
probes/package.json
Normal file
14
probes/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "probes",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple Node.js app to demonstrate readiness and liveness probes",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node app.js"
|
||||
},
|
||||
"author": "Red Hat Training",
|
||||
"license": "ASL",
|
||||
"dependencies": {
|
||||
"express": "4.14.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user