diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-09 15:59:00 +0800 |
---|---|---|
committer | rui hu <hu.rui2@zte.com.cn> | 2017-09-11 09:35:31 +0000 |
commit | aac1c9286ad6ac099099a77d67bfe312b715c24c (patch) | |
tree | 5b94ab679b26e6b485b04620732b5983f8074635 /kubernetes/msb/templates/msb-eag-deployment.yaml | |
parent | 8182ba93519a1466951fc0f980322391c50b2108 (diff) |
Use domain name instead of IP for consul
Issue-Id: OOM-113
Change-Id: I41e6f72337a15c1d07b444b09171204d8eb378ec
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'kubernetes/msb/templates/msb-eag-deployment.yaml')
-rw-r--r-- | kubernetes/msb/templates/msb-eag-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/msb/templates/msb-eag-deployment.yaml b/kubernetes/msb/templates/msb-eag-deployment.yaml index d1c20ad6dc..db703d9188 100644 --- a/kubernetes/msb/templates/msb-eag-deployment.yaml +++ b/kubernetes/msb/templates/msb-eag-deployment.yaml @@ -21,7 +21,7 @@ spec: name: "msb-eag" env: - name: CONSUL_IP - value: "{{ .Values.consulClusterIP}}" + value: msb-consul.{{ .Values.nsPrefix }}-msb - name: SDCLIENT_IP value: "{{ .Values.discoveryClusterIP}}" - name: ROUTE_LABELS |