diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-04-20 13:22:05 +0000 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-04-20 13:22:58 +0000 |
commit | 2832ba2fbd0738bc900af5599253e2f3bfe02a70 (patch) | |
tree | 186a0d10a7fa0af1ca106c47fdcb58965750621b /healthcheck-container/package.json | |
parent | 2add4828edf3ceb7ce60e511093dd4fc25e0bb45 (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.json | 11 |
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)" +} |