updated docker/helm files for svc,ping,robot,ssh, and o1
Change-Id: I2ee5e79cf429d41e9d3de44e1f7ba3346f8659d8
Signed-off-by: Chen, Jackie <jv246a@att.com>
diff --git a/otf-ssh-test-head/ssh_test_head.py b/otf-ssh-test-head/ssh_test_head.py
index 132bcfc..9e7f6b1 100644
--- a/otf-ssh-test-head/ssh_test_head.py
+++ b/otf-ssh-test-head/ssh_test_head.py
@@ -157,5 +157,5 @@
app.logger.setLevel(logging.INFO)
app.logger.addHandler(logHandler)
context = ('opt/cert/otf.pem', 'opt/cert/privateKey.pem')
- app.run(debug = False, host = '0.0.0.0', port = 5000, ssl_context = context)
- # app.run(debug = False, host = '0.0.0.0', port=5000)
+ #app.run(debug = False, host = '0.0.0.0', port = 5000, ssl_context = context)
+ app.run(debug = False, host = '0.0.0.0', port=5000)