Commit bac23d59 authored by zhongshangwu's avatar zhongshangwu

fix

parent 033d2f41
Pipeline #3122 passed with stage
...@@ -37,8 +37,8 @@ spec: ...@@ -37,8 +37,8 @@ spec:
- command: - command:
- /bin/bash - /bin/bash
- -c - -c
- gunicorn gm_rpcd.wsgi:application --workers=8 --worker-class=gevent --worker-connections=1024 - gunicorn physical.wsgi:application --workers=8 --worker-class=gevent --worker-connections=1024
--bind=0.0.0.0:80 --chdir /srv/apps/physical/ --timeout 600 --log-level=debug--error-logfile=/data/log/physical/app/gunicorn_error.log --bind=0.0.0.0:80 --timeout 600 --log-level=debug--error-logfile=/data/log/physical/app/gunicorn_error.log
--access-logfile=/data/log/physical/app/gunicorn_access.log --access-logfile=/data/log/physical/app/gunicorn_access.log
image: ccr.ccs.tencentyun.com/gm-ai/physical-test:<IMAGE_TAG> image: ccr.ccs.tencentyun.com/gm-ai/physical-test:<IMAGE_TAG>
imagePullPolicy: Always imagePullPolicy: Always
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment