Mercurial > code > home > repos > environment
comparison deploy.yaml @ 9:145779f2d79d
wedge in an allow-origin response for tests that aren't serving on our domain
author | drewp@bigasterisk.com |
---|---|
date | Sun, 07 May 2023 16:00:19 -0700 |
parents | 92e31a078643 |
children |
comparison
equal
deleted
inserted
replaced
8:92e31a078643 | 9:145779f2d79d |
---|---|
16 spec: | 16 spec: |
17 containers: | 17 containers: |
18 - name: environment | 18 - name: environment |
19 image: bang5:5000/environment_image | 19 image: bang5:5000/environment_image |
20 workingDir: /opt | 20 workingDir: /opt |
21 env: | |
22 - name: ALLOW_ORIGIN | |
23 value: http://dash:8001 | |
21 command: | 24 command: |
22 - pdm | 25 - pdm |
23 - run | 26 - run |
24 - uvicorn | 27 - uvicorn |
25 - "--port=8000" | 28 - "--port=8000" |