change default port in e2sim chart
[it/test.git] / simulators / e2sim / helm / e2sim / templates / bin / _e2sim-run.sh.tpl
index 0ee09b6..8f7c954 100755 (executable)
@@ -48,7 +48,7 @@ if [ -z $E2SIM_BIND_ADDR ]; then
   echo "No suitable address found, binding on loopback addess ${LO}"
   E2SIM_BIND_ADDR=${LO}
 else
-  echo "e2sim starting at ${E2SIM_BIND_ADDR}:${E2SIM_PORT:-36422}"
+  echo "e2sim starting at ${E2SIM_BIND_ADDR}:${E2SIM_PORT:-36421}"
 fi
 
-${E2SIM:-/home/e2sim/build/e2agent} ${E2SIM_BIND_ADDR} ${E2SIM_PORT:-36422}
+${E2SIM:-/home/e2sim/build/e2agent} ${E2SIM_BIND_ADDR} ${E2SIM_PORT:-36421}