commit | 4b22da9e93fce560cf47880696f9b7cee09f3342 | [log] [tgz] |
---|---|---|
author | Jack Lucas <jflos@sonoris.net> | Thu Dec 09 21:54:10 2021 -0500 |
committer | Jack Lucas <jflos@sonoris.net> | Thu Dec 09 21:59:26 2021 -0500 |
tree | 27e934ede8218094ebace6e2b8734a58669cd65e | |
parent | ab85a0e0c722b248e77bc8d02c1647b3bd9154ff [diff] [blame] |
[DCAEGEN2] Update healthcheck to version 2.4.0 Add health checks for DCAE microservices deployed after the initial installation of dcaegen2-services. Issue-ID: DCAEGEN2-2959 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ife7620b252641d0ac466f3bb977d826f6e955446
diff --git a/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/templates/deployment.yaml b/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/templates/deployment.yaml index 2b3ab32..4a51c7f 100644 --- a/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/templates/deployment.yaml +++ b/kubernetes/dcaegen2-services/components/dcae-ms-healthcheck/templates/deployment.yaml
@@ -59,6 +59,8 @@ value: {{ include "common.namespace" . }} - name: HELM_RELEASE value: {{ include "common.release" . }} + - name: DEPLOY_LABEL + value: {{ .Values.deployLabel }} volumes: - name: {{ include "common.fullname" . }}-expected-components configMap: