From aac1c9286ad6ac099099a77d67bfe312b715c24c Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Sat, 9 Sep 2017 15:59:00 +0800 Subject: Use domain name instead of IP for consul Issue-Id: OOM-113 Change-Id: I41e6f72337a15c1d07b444b09171204d8eb378ec Signed-off-by: HuabingZhao --- kubernetes/msb/templates/msb-eag-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/msb/templates/msb-eag-deployment.yaml') 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 -- cgit 1.2.3-korg