summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/healthcheck.js
diff options
context:
space:
mode:
Diffstat (limited to 'healthcheck-container/healthcheck.js')
-rw-r--r--healthcheck-container/healthcheck.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index 4089f0c..ed5aad3 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -38,10 +38,11 @@ const helmDeps =
// List of deployments expected to be created by CM at boot time
const bootDeps =
[
- 'dep-dcae-ves-collector',
'dep-dcae-tca-analytics',
+ 'dep-dcae-tcagen2',
'dep-dcae-prh',
- 'dep-dcae-hv-ves-collector'
+ 'dep-dcae-hv-ves-collector',
+ 'dep-dcae-ves-collector'
];
const status = require('./get-status');