Change the helm installation command option to
[pti/o2.git] / charts / resources / scripts / init / o2api_start.sh
index 5c8fcd6..6aa68a4 100644 (file)
@@ -31,6 +31,6 @@ cat <<EOF>>/etc/hosts
 EOF
 
 
-flask run --host=0.0.0.0 --port=80
+flask run --host=0.0.0.0 --port=80 --cert /configs/ca.cert  --key /configs/server.key
 
 sleep infinity