diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79fe145 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +pack +log +logs + +logs/* +log/* +pack/* diff --git a/pack/bin/agent b/pack/bin/agent deleted file mode 100755 index 3739db6..0000000 Binary files a/pack/bin/agent and /dev/null differ diff --git a/pack/conf/config.yaml b/pack/conf/config.yaml deleted file mode 100644 index 054bfc0..0000000 --- a/pack/conf/config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -# 该配置文件仅在本地环境生效,在容器内会被configMap的内容覆盖 -debug: true -port: 8080 -log_file: ./logs/agent.log - -routes: - - uri: /VideoCodecService/VideoCodec - limit: 2 - k8s_host: localhost - K8s_port: 20109