commit | f51e10c0b89854aba1a25e0227366cfbee398c4c | [log] [tgz] |
---|---|---|
author | HuabingZhao <zhao.huabing@zte.com.cn> | Tue Oct 31 10:39:38 2017 +0000 |
committer | HuabingZhao <zhao.huabing@zte.com.cn> | Tue Oct 31 10:39:44 2017 +0000 |
tree | 7d718837fd768e01f759b4a3751f799a9daaa746 | |
parent | d917c00ac5187477275ddca9bd64bff7dd7ddfae [diff] [blame] |
Remove hardcoded IP value Issue-Id: OOM-355 Change-Id: Iafc3ec55cd6b954fb9ba818376948ebc7c4c4711 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
diff --git a/kubernetes/msb/templates/msb-eag-deployment.yaml b/kubernetes/msb/templates/msb-eag-deployment.yaml index db703d9..8a250fe 100644 --- a/kubernetes/msb/templates/msb-eag-deployment.yaml +++ b/kubernetes/msb/templates/msb-eag-deployment.yaml
@@ -23,7 +23,7 @@ - name: CONSUL_IP value: msb-consul.{{ .Values.nsPrefix }}-msb - name: SDCLIENT_IP - value: "{{ .Values.discoveryClusterIP}}" + value: msb-discovery.{{ .Values.nsPrefix }}-msb - name: ROUTE_LABELS value: "visualRange:0" ports: