diff --git a/python/del.py b/python/del.py deleted file mode 100644 index f5f535c..0000000 --- a/python/del.py +++ /dev/null @@ -1,6 +0,0 @@ -import k8s_func -studentList=['s20240101-71','s20240102-71'] - -for i in studentList: - k8s_func.delete_pod(i) - print("delete") diff --git a/python/test.py b/python/test.py deleted file mode 100644 index e5cf91c..0000000 --- a/python/test.py +++ /dev/null @@ -1,7 +0,0 @@ -import k8s_func -k8s_func.delete_pod('20240101') - - - - - diff --git a/python/wsgi.py b/python/wsgi.py deleted file mode 100644 index e6d548e..0000000 --- a/python/wsgi.py +++ /dev/null @@ -1,5 +0,0 @@ -from app import app -import os - -if __name__ == "__main__": - app.run(host='0.0.0.0', port=os.environ.get("FLASK_SERVER_PORT"), debug=True) \ No newline at end of file