Guest User

Untitled

a guest
Mar 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. spec:
  2. nodeSelector:
  3. cloud.google.com/gke-nodepool: default-pool
  4. containers:
  5. - name: python-gunicorn
  6. image: gcr.io/project-name/webapp:1.0
  7. command:
  8. - /env/bin/gunicorn
  9. - --bind
  10. - 0.0.0.0:8000
  11. - main:app
  12. - --chdir
  13. - /deploy/app
  14. #- --error-logfile
  15. #- "-"
  16. - --timeout
  17. - "7200"
  18. - -w
  19. - "3"
  20. - --threads
  21. - "8"
  22. #- -k
  23. #- gevent
  24. #- --worker-connections
  25. #- "2000"
Add Comment
Please, Sign In to add comment