summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
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 /mvn-phase-script.sh
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 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 9897d5e..acada60 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -83,7 +83,7 @@ deploy)
upload_files_of_extension sh
build_and_push_docker
;;
- k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container)
+ k8s-bootstrap-container|tca-cdap-container|cm-container|redis-cluster-container|healthcheck-container)
build_and_push_docker
;;
scripts|cloud_init|heat)