diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2022-03-03 20:48:16 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2022-03-21 20:04:41 +0800 |
commit | b4d92128b6966bbf6f87d36efb09f0580615672f (patch) | |
tree | f5983cd654a34d40721063c55e7d784ecb15e759 /kubernetes/holmes/components/holmes-engine-mgmt/templates | |
parent | de97263a2ea4b7a134dc3d43784a6178909feabe (diff) |
[HOLMES] Fixed the healthcheck failure
Fixed the healthcheck failure occurred in the auto-tests.
Issue-ID: HOLMES-512
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Change-Id: I2e3d89b8dc8b27412008ca36f1e6209a47a997db
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt/templates')
-rw-r--r-- | kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml index aef0c8c22a..dd7bb4552e 100644 --- a/kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml +++ b/kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml @@ -95,8 +95,12 @@ spec: value: consul-server.{{ include "common.namespace" . }} - name: CONFIG_BINDING_SERVICE value: config-binding-service - - name: msb_hostname - value: "msb-iag.onap" + - name: MSB_IAG_SERVICE_PROTOCOL + value: {{ .Values.global.msbProtocol }} + - name: MSB_IAG_SERVICE_HOST + value: {{ .Values.global.msbServiceName }}.{{ include "common.namespace" . }} + - name: MSB_IAG_SERVICE_PORT + value: {{ .Values.global.msbPort | quote }} - name: POD_IP valueFrom: fieldRef: |