Mercurial > code > home > repos > environment
comparison deploy.yaml @ 3:e7f33fa31883
port to starlette/asyncio
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Apr 2022 14:46:32 -0700 |
parents | 0f532eb91364 |
children | b5bfd0dd69d6 |
comparison
equal
deleted
inserted
replaced
2:a547c300bd6e | 3:e7f33fa31883 |
---|---|
19 image: bang5:5000/environment_image | 19 image: bang5:5000/environment_image |
20 workingDir: /opt | 20 workingDir: /opt |
21 command: | 21 command: |
22 - pdm | 22 - pdm |
23 - run | 23 - run |
24 - python | 24 - uvicorn |
25 - environment.py | 25 - '--port=8000' |
26 - '--host=0.0.0.0' | |
27 - 'environment:app' | |
28 - '--reload' | |
26 ports: | 29 ports: |
27 - containerPort: 8000 | 30 - containerPort: 8000 |
28 --- | 31 --- |
29 apiVersion: v1 | 32 apiVersion: v1 |
30 kind: Service | 33 kind: Service |