summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/package.json
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2018-04-20 13:22:05 +0000
committerJack Lucas <jflucas@research.att.com>2018-04-20 13:22:58 +0000
commit2832ba2fbd0738bc900af5599253e2f3bfe02a70 (patch)
tree186a0d10a7fa0af1ca106c47fdcb58965750621b /healthcheck-container/package.json
parent2add4828edf3ceb7ce60e511093dd4fc25e0bb45 (diff)
Add healthcheck container for OOM
Change-Id: Ie4719a0e4705901fd9d0fa3504696fbefc6c704a Issue-ID: DCAEGEN2-461 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'healthcheck-container/package.json')
-rw-r--r--healthcheck-container/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json
new file mode 100644
index 0000000..2a08bdd
--- /dev/null
+++ b/healthcheck-container/package.json
@@ -0,0 +1,11 @@
+{
+ "name": "k8s-healthcheck",
+ "description": "DCAE healthcheck server",
+ "version": "1.0.0",
+ "main": "healthcheck.js",
+ "dependencies": {
+ "request": "2.85.0"
+ },
+ "author": "author",
+ "license": "(Apache-2.0)"
+}