diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-03-22 08:35:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-22 08:35:10 +0000 |
commit | f91c26bb28e7ee59ccc941647190c18257f23a01 (patch) | |
tree | 1e672cad3d870348c788a61290eab6559b8968a2 /kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml | |
parent | 2d9b7845a42feea8474d6d26950d953a7e15f8df (diff) | |
parent | b4d92128b6966bbf6f87d36efb09f0580615672f (diff) |
Merge "[HOLMES] Fixed the healthcheck failure"
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt/templates/deployment.yaml')
-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: |