Commit b56d5677 authored by 黎博's avatar 黎博

test for saas

parent 071bafef
...@@ -32,6 +32,7 @@ fi ...@@ -32,6 +32,7 @@ fi
if [[ $SYSTEM_NAME == 'nebula-goods' ]];then if [[ $SYSTEM_NAME == 'nebula-goods' ]];then
lanIp=`curl -s "http://holmes-fe.liangkebang.net/k8s/podIp?namespace=$NAMESPACE&serviceType=java&serviceName=${SYSTEM_NAME}"` lanIp=`curl -s "http://holmes-fe.liangkebang.net/k8s/podIp?namespace=$NAMESPACE&serviceType=java&serviceName=${SYSTEM_NAME}"`
export DUBBO_IP_TO_REGISTRY=$lanIp export DUBBO_IP_TO_REGISTRY=$lanIp
echo "export DUBBO_IP_TO_REGISTRY=$lanIp" >> ~/.bashrc
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment