Commit 3b420df6 authored by zhongshangwu's avatar zhongshangwu

fix deploy

parent 3da020b5
...@@ -46,7 +46,7 @@ spec: ...@@ -46,7 +46,7 @@ spec:
- /bin/bash - /bin/bash
- -c - -c
- gunicorn gm_rpcd.wsgi:application --bind=0.0.0.0:80 --workers=16 --worker-class=gevent - gunicorn gm_rpcd.wsgi:application --bind=0.0.0.0:80 --workers=16 --worker-class=gevent
--worker-connections=1024 --timeout 600 --chdir /srv/apps/saturn/ --worker-connections=1024 --timeout 600
image: ccr.ccs.tencentyun.com/gm-ai/like-saturn:<IMAGE_TAG> image: ccr.ccs.tencentyun.com/gm-ai/like-saturn:<IMAGE_TAG>
imagePullPolicy: Always imagePullPolicy: Always
name: saturn name: saturn
......
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